ROS2 driver for the MB 1R2T LiDAR.
Based on https://github.com/Vidicon/mb_1r2t_ros.
In order to launch the node:
ros2 launch mb_1r2t start.launch.pyIn order to launch the node and see the results via rviz:
ros2 launch mb_1r2t rviz.launch.pyBy default the node publishes to the following topics:
| Topic | Type |
|---|---|
/laser_scan |
sensor_msgs/msg/LaserScan |
/point_cloud |
sensor_msgs/msg/PointCloud |
The default parameters of the node are:
-
port(serial port) =/dev/ttyUSB0 -
frame_id=lidar
These can be changed using the launch file launch/start.launch.py.
Windows is not supported yet.

