-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
point_cloud_frame parameter does not seem to affect laserscan data #186
Comments
Hi @relffok , you are correct the |
I agree, this is one possible solution. However, I am wondering why you would want to have the PointCloud transformed to the other frame but not the LaserScan? Without having checked out the source code, I am surprised that the LaserScan is not transformed to the |
Currently for the PCL point cloud message the frame selection only affects the xyz caluclated values. We don't apply any transformations to intensity, reflection values, etc that are included in |
Describe the bug
The driver allows to set the
point_cloud_frame
parameter, citing the description:However, if the parameter is set to
os_sensor
, the header of the Laserscan message is changed, but the scan itself does not seem to be affected. Am I misunderstanding something here?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: