mirror of
https://github.com/6-robot/wpr_simulation2.git
synced 2025-09-15 12:58:54 +08:00
WPR系列机器人ROS2仿真工具
| config | ||
| demo_cmakelists | ||
| demo_cpp | ||
| demo_launch | ||
| demo_package | ||
| exercises | ||
| launch | ||
| maps | ||
| media | ||
| meshes | ||
| models | ||
| msg | ||
| rviz | ||
| scripts | ||
| src | ||
| worlds | ||
| wpr_simulation2 | ||
| CMakeLists.txt | ||
| package.xml | ||
| README.md | ||
| setup.cfg | ||
| setup.py | ||
WPR系列机器人ROS2仿真工具
介绍课程
Bilibili: 机器人操作系统 ROS2 入门教材
Youtube: 机器人操作系统 ROS2 入门教材
配套教材书籍
《机器人操作系统(ROS2)入门与实践》
淘宝链接:《机器人操作系统(ROS2)入门与实践》
系统版本
- ROS2 Humble (Ubuntu 22.04)
使用说明
一、 启智ROS机器人
- 获取源码:
cd ~/ros2_ws/src/
git clone https://github.com/6-robot/wpr_simulation2.git
- 安装依赖项:
ROS2 Humble (Ubuntu 22.04)
cd ~/ros2_ws/src/wpr_simulation2/scripts
./install_for_humble.sh
- 编译
cd ~/ros2_ws
colcon build --symlink-install
简单场景:
ros2 launch wpr_simulation2 wpb_simple.launch.py
SLAM环境地图创建:
ros2 launch wpr_simulation2 slam.launch.py
ros2 run rqt_robot_steering rqt_robot_steering
Navigation导航:
ros2 launch wpr_simulation2 navigation.launch.py


