Skip to content

MasatoSaeki/ros2_ground_segmentation

 
 

Repository files navigation

ground_segmentation

ROS2 Composable Node for Ground Segmentation. Subscribes to a PointCloud2 topic and publishes a PointCloud2 Topic.

How to launch:

ros2 launch ros2_ground_segmentation ground_segmentation.launch.xml \
    input/topic:=/lidar/pointcloud \
    output/topic:=/processed/pointcloud

Parameters

Parameter Default Description
input/topic /input_topic ROS2 Topic to subscribe.
output/topic /output_topic ROS2 Topic to publish.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 91.8%
  • C 6.2%
  • CMake 2.0%