RPLidar with ROS2 and RVIZ: Unterschied zwischen den Versionen

Aus HSHL Mechatronik
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 11: Zeile 11:
After that,
After that,
   colcon build --symlink-install
   colcon build --symlink-install
Then run rplidar ros package
colcon build --symlink-install

Version vom 27. Oktober 2022, 10:50 Uhr

This tutotrial shows how to connect a RPLidar to ROS2 and show in RVIZ. Follw the steps to shown below


open your terminal and clone the github project to your colcon workspace src folder

 git clone https://github.com/CreedyNZ/rplidar_ros2.git 

Then source the bash

 source install/setup.bash

After that,

 colcon build --symlink-install

Then run rplidar ros package

colcon build --symlink-install