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

Migrate convert_pointcloud_to_image to ROS 2 #372

Open
wants to merge 5 commits into
base: foxy-devel
Choose a base branch
from

Conversation

FelipeGdM
Copy link

This PR aims to migrate the code of convert_ponintcloud_to_image to the ROS 2 API

Most of the changes are pretty straightforward, I think it would be interesting to think about creating a component to perform node composition so it would be possible to integrate it with existing data pipeline in ROS 2 and take advantage of zero-copy transport, but this discussion is beyond the scope of this PR.

A important technical debt is that there is no method to resolve remapped topics in foxy (see ros2/rclcpp#1410 for their implementation in galactic), so the log message doesn't display the same information as before. The version that would work in newer versions of ROS is present in comment form, so it is possible to just uncomment those when merging to the main branch.

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 this pull request may close these issues.

1 participant