Filtering of Lidar (laserscan) data for the angles 0-120 deg of a custom-defined robot in Rviz and Gazebo with Lidar and camera plugin controlled with teleoperation.
The main additions to this repo are main a launch file (which visualizes the robot in a custom gazebo and rviz configurations) and a Python file named reading_laser reposible for reading the laser scan topic and filtering it only for DEG 0-120.
- Clone the repo
- Run the primary launch file, i.e., main using the command: ros2 launch bot_description main.launch
- This will open a Gazebo and Rviz in custom configuration.
- Then run the Python file reading_laser using the command: python3 reading_laser.py
- The intended visualization of laser scan data being filtered for 0-120 deg can be seen in rviz.