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
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Previously the scan and point cloud had the same orientation when setting the point cloud frame as the value of the sensor frame. After the previous change (#195), they are off by 180 degrees regardless of which frame you set as the point cloud frame.
Lidar frame as the point cloud frame:
Sensor frame as the point cloud frame:
Describe the solution you'd like
A clear and concise description of what you want to happen.
Adding a separate laser_scan_frame parameter, so we can have by default the current behavior, where the scan data will be stamped with lidar frame. But it also gives us the possibility to stamp it with the sensor frame (as we do for the point cloud) and they keep being aligned.
I'm also opening a PR with this change, to be evaluated!
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Of course, also adding the transformation into the given frame would be ideal.
Targeted Platform (please complete the following information only if applicable, otherwise dot N/A):
Ouster Sensor? N/A
Ouster Firmware Version? N/A
ROS version/distro? Humble
Operating System? N/A
Machine Architecture? N/A
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Previously the scan and point cloud had the same orientation when setting the point cloud frame as the value of the sensor frame. After the previous change (#195), they are off by 180 degrees regardless of which frame you set as the point cloud frame.
Lidar frame as the point cloud frame:
Sensor frame as the point cloud frame:
Describe the solution you'd like
A clear and concise description of what you want to happen.
Adding a separate
laser_scan_frame
parameter, so we can have by default the current behavior, where the scan data will be stamped with lidar frame. But it also gives us the possibility to stamp it with the sensor frame (as we do for the point cloud) and they keep being aligned.I'm also opening a PR with this change, to be evaluated!
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Of course, also adding the transformation into the given frame would be ideal.
Targeted Platform (please complete the following information only if applicable, otherwise dot N/A):
The text was updated successfully, but these errors were encountered: