반응형
ros2에서 urdf를 생성하고 해당 urdf를 rviz2로 띄웠다. 그런데 rviz2 상에서 RobotModel > Status: Error이 떴다. 상세 에러는 No transform from [A] to [B]라고 떴다. 그리고 terminal에서는 Warning: Invalid frame ID "A" passed to canTransform argument source_frame - frame does not exist.라고 뜬다.
[발생 원인]
정확하게는 모르겠음
[해결 방안]
ros2에서 urdf를 rviz2에 띄울려면 robot_state_publisher node를 실행하였을 것이다. 이때 joint_state_publisher_gui node도 같이 실행하면 해당 error를 해결할 수 있다.
728x90
'ERROR' 카테고리의 다른 글
[error] ubuntu *-network UNCLAIMED (2) | 2024.09.08 |
---|---|
[error] Jetson Orin Nano os install error (0) | 2024.08.24 |
[error] "Verification failed: (0X1A) Security violation" error (1) | 2023.11.27 |
[error] ubuntu *-network UNCLAIMED (0) | 2023.11.23 |
[error] EasyInstallDeprecationWarning (1) | 2023.11.01 |