lidar drive and visualization
Hint
The operating environment and software and hardware configurations are as follows:
- OriginBot Pro
- PC:Ubuntu (≥22.04) + ROS2 (≥humble)
lidar driven
After successfully connecting to OriginBot through SSH, enter the following command in the terminal to start the robot chassis and radar driver:
Data visualization
On the PC side in the same network, start the visual display software of the upper computer:
You will soon be able to see real-time radar data
Hint
Make sure that Ubuntu+ROS2 system has been installed on the PC, and the originbot_desktop code repository has been downloaded and compiled. In addition, you can also use "ros2 run rviz2 rviz2" to start Rivz2 separately, manually configure Fixed Frame to select base_link, add Laserscan, and subscribe to the radar topic to achieve a similar effect.