Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 674 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 674 Bytes

pointcloud2_segments_tools

A repository for various tools specifically created to handle pointcloud2_segments messages.

Currently included

  • A dummy pointcloud2_segments tool for quick (and dirty) annotations. (annot.launch)
  • Two launch files for laserscan filtering using the laser_filters/LaserScanBoxFilter. (laserscan_filter_humans_only.launch and laserscan_filter_walls_only.launch)
  • A tool that reads rosbag files and creates a dataset. The tool currently supports only two classes and each rosbag has to contain only one of the two classes. The filtering launch files provided in this repo could help with this requirement. (generate_dataset.launch)