You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 7, 2023. It is now read-only.
To see the bug, please run below first.
$ ros2 launch realsense_ros2_camera ros2_intel_realsense.launch.py
Then, add tf, and you will see tf data for the camera frames are wrong.
camera_color_frame should be on the left side of the camera_link and infra frames have to be on the right side. (Currently, they are put the opposite way)
An easy way to check this is add PointCloud2 and tf and see the relative position of the camera and the point cloud image
Ryan
The text was updated successfully, but these errors were encountered:
Hi,
To see the bug, please run below first.
$ ros2 launch realsense_ros2_camera ros2_intel_realsense.launch.py
Then, add tf, and you will see tf data for the camera frames are wrong.
camera_color_frame should be on the left side of the camera_link and infra frames have to be on the right side. (Currently, they are put the opposite way)
An easy way to check this is add PointCloud2 and tf and see the relative position of the camera and the point cloud image
Ryan
The text was updated successfully, but these errors were encountered: