[Documentation] [TitleIndex] [WordIndex

Overview

The busbot_filter takes in a sensor_msgs/LaserScan message and removes beams from the scan that are deemed problematic. It was originally designed to operate on a modified Turtlebot with Hokoyu laser to remove the beams that intersected with the frame.

Example

The following command will launch the filter with the default config file, which will take scans on the /base_scan topic and output on the /scan topic.

   1 roslaunch busbot_filter busbot_filter.launch

2024-02-24 12:26