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
[V] Checked ouster community https://community.ouster.com/
If you couldn't find relevant information and you think this is rather a driver
problem then proceed with bug reporting.
Describe the bug
I think current frame_id set for image processor in ros driver is incorrect,
it should be lidar_frame not pointcloud_frame
where pointcloud processor can transform lidar_frame to sensor_frame after conversion from polar to cartesian frame
However, I don't think image frame cannot be transformed directly in polar coordinate and cannot find such transformation in the code too.
So I think frame_ids for image processors should be in lidar_frame or project image would create some subtle misalignment
Describe the bug
I think current
frame_id
set for image processor in ros driver is incorrect,it should be
lidar_frame
notpointcloud_frame
where pointcloud processor can transform
lidar_frame
tosensor_frame
after conversion from polar to cartesian frameHowever, I don't think image frame cannot be transformed directly in polar coordinate and cannot find such transformation in the code too.
So I think frame_ids for image processors should be in
lidar_frame
or project image would create some subtle misalignmentouster-ros/src/os_driver_nodelet.cpp
Lines 186 to 188 in 9711abd
To Reproduce
Steps to reproduce the behavior (steps below are just an example):
Platform (please complete the following information):
The text was updated successfully, but these errors were encountered: