-
Notifications
You must be signed in to change notification settings - Fork 147
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
Port to ROS 2 #53
base: master
Are you sure you want to change the base?
Port to ROS 2 #53
Conversation
Hi, thanks for porting the code to ros2! |
@tiesus Thank you for your tests, BTW the visualization using
|
If you don't update the frame, the resulting pointcloud is not aligned any more with your Maybe I'm getting something wrong but this fixed my errors and the ground pointcloud is stitched together correctly in rviz. |
I kind of understood, but the frame does not seem to be updated in the original implementation either... linefit_ground_segmentation/linefit_ground_segmentation_ros/src/ground_segmentation_node.cc Line 61 in e6b9418
|
This PR ports the package to ROS 2.
I tested the branch on Humble (Ubuntu 22.04) and it works the same as on ROS 1.
I think it should be merged to the newly created branch.
In addition to the migration, the following improvements are applied:
debug
to toggle debug output (Segmenting cloud with N points...
, etc.)