WPR系列机器人ROS2仿真工具
Go to file
2023-09-05 20:10:34 +08:00
config first commit 2023-08-27 16:29:22 +08:00
demo_cpp update demo_9 2023-09-05 19:52:02 +08:00
demo_launch add 3_demo 2023-08-27 18:15:11 +08:00
launch add demo_12 2023-09-03 23:29:32 +08:00
map first commit 2023-08-27 16:29:22 +08:00
media first commit 2023-08-27 16:29:22 +08:00
meshes first commit 2023-08-27 16:29:22 +08:00
models add demo_11 2023-09-03 18:49:41 +08:00
msg add demo_11 2023-09-03 18:49:41 +08:00
rviz add demo_12 2023-09-03 23:29:32 +08:00
scripts add demo_11 2023-09-03 18:49:41 +08:00
src add qos 2023-09-05 20:10:34 +08:00
worlds first commit 2023-08-27 16:29:22 +08:00
CMakeLists.txt add demo_12 2023-09-03 23:29:32 +08:00
package.xml add demo_11 2023-09-03 18:49:41 +08:00
README.md first commit 2023-08-27 16:29:22 +08:00

WPR系列机器人ROS2仿真工具

系统版本

  • ROS2 Humble (Ubuntu 22.04)

使用说明

一、 启智ROS机器人

  1. 获取源码:
cd ~/ros2_ws/src/
git clone https://gitee.com/zhangwanjie/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