Skip to content
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

Add Ring, Azimuth and Distance fields to published PointCloud #1

Closed
Robotics010 opened this issue Apr 6, 2023 · 3 comments · Fixed by #4
Closed

Add Ring, Azimuth and Distance fields to published PointCloud #1

Robotics010 opened this issue Apr 6, 2023 · 3 comments · Fixed by #4
Assignees

Comments

@Robotics010
Copy link
Owner

Robotics010 commented Apr 6, 2023

carla_ros_bridge doesn't provide ring, azimuth and distance fields in a PointCloud message, so ring_outlier_filter node can not filter a pointcloud. It is needed to find a proper way to add ring, azimuth and distance fields to published PointCloud.

@Robotics010 Robotics010 changed the title Add Azimuth and Distance to published PointCloud Add Ring, Azimuth and Distance fields to published PointCloud Apr 7, 2023
@Robotics010
Copy link
Owner Author

It looks like azimuth and distance can be computed from x, y and z as described here

@Robotics010
Copy link
Owner Author

Robotics010 commented Apr 7, 2023

Ring is a number of the channel from a laser array but it should be pasted from simulator. Or we can derive it if there is an order of rings maintained and there are no missed points.

@Robotics010
Copy link
Owner Author

Robotics010 commented Apr 9, 2023

Adding the ring and timestamp field have been discussed earlier:

@Robotics010 Robotics010 linked a pull request Apr 14, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant