WPR系列机器人ROS2仿真工具
Go to file
2025-03-11 16:48:23 +08:00
config add exercrises 2023-11-23 20:49:21 +08:00
demo_cmakelists update demo 2024-01-29 08:16:52 +08:00
demo_cpp fix bugs of imu topic 2024-09-16 22:56:16 +08:00
demo_launch update demo_8 2023-11-21 19:11:31 +08:00
demo_package update demo 2024-01-29 08:16:52 +08:00
exercises update demo 2024-01-29 08:16:52 +08:00
launch update demo_12 2023-11-08 09:46:20 +08:00
maps maps 2023-09-06 16:29:36 +08:00
media update README 2024-08-13 13:55:44 +08:00
meshes update demo_12 2023-11-08 09:46:20 +08:00
models fix bugs of imu topic 2024-09-16 22:56:16 +08:00
msg add demo_11 2023-09-03 18:49:41 +08:00
rviz update navi_demo 2023-10-17 18:41:44 +08:00
scripts update face dep 2024-08-13 20:14:22 +08:00
src update 2025-03-11 16:48:23 +08:00
worlds update demo_11 2023-11-03 14:30:22 +08:00
wpr_simulation2 add demo face_detect 2023-09-22 20:04:37 +08:00
CMakeLists.txt update 11_mani_ctrl 2023-11-03 12:35:34 +08:00
package.xml add demo face_detect 2023-09-22 20:04:37 +08:00
README.md update README 2024-08-13 13:55:44 +08:00
setup.cfg add demo face_detect 2023-09-22 20:04:37 +08:00
setup.py add demo face_detect 2023-09-22 20:04:37 +08:00

WPR系列机器人ROS2仿真工具

介绍课程

Bilibili: 机器人操作系统 ROS2 入门教材
Youtube: 机器人操作系统 ROS2 入门教材

配套教材书籍

《机器人操作系统ROS2入门与实践》
视频课程 淘宝链接:《机器人操作系统ROS2入门与实践》

系统版本

  • ROS2 Humble (Ubuntu 22.04)

使用说明

一、 启智ROS机器人

  1. 获取源码:
cd ~/ros2_ws/src/
git clone https://github.com/6-robot/wpr_simulation2.git
  1. 安装依赖项:
    ROS2 Humble (Ubuntu 22.04)
cd ~/ros2_ws/src/wpr_simulation2/scripts
./install_for_humble.sh
  1. 编译
cd ~/ros2_ws
colcon build --symlink-install

简单场景:

ros2 launch wpr_simulation2 wpb_simple.launch.py 

wpb_simple pic

SLAM环境地图创建:

ros2 launch wpr_simulation2 slam.launch.py 
ros2 run rqt_robot_steering rqt_robot_steering 

wpb_gmapping pic

Navigation导航:

ros2 launch wpr_simulation2 navigation.launch.py 

wpb_navigation pic