How to setup tf properly in ROS2 usage #115
-
Issue DescriptionI am encountering an issue related to Question 1I am unsure about the correct approach to pass the Environment:
Steps to reproduce:
<joint name="camera_joint" type="fixed">
<parent>base_link</parent>
<child>camera_link</child>
<link name="camera_link">
<sensor name="camera" type="camera">
<topic>camera/image_raw</topic>
Actual behavior:I received the following error message: [ERROR] [1685629553.292168034] [run_slam]: Transform failed: "x500_vision_0/camera_link/camera" passed to lookupTransform argument target_frame does not exist.
Warning: Invalid frame ID "x500_vision_0/camera_link/camera" passed to canTransform argument target_frame - frame does not exist
at line 93 in ./src/buffer_core.cpp Question 2I followed the tutorial available at Stella VSLAM ROS.
Here is the part of tutorial: root@hostname:/ros2_ws# ros2 run tf2_ros static_transform_publisher 0 0 0 0 0 0 odom base_link
root@hostname:/ros2_ws# ros2 run tf2_ros static_transform_publisher 0 0 0 0 0 0 base_link cam0 I am looking forward to your guidance and suggestions for these issues. Thank you for your time and support. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I think I've found the answer, sorry for beginner question |
Beta Was this translation helpful? Give feedback.
I think I've found the answer, sorry for beginner question