ubuntu16.04 + kinetic
1 安装依赖项
$ sudo apt-get install ros-kinetic-gmapping ros-kinetic-navigation ros-kinetic-kobuki ros-kinetic-kobuki-core ros-kinetic-kobuki-gazebo
$ sudo apt-get install python-opencv python-numpy python-scikits-learn

2 安装rrt_exploration 、 rrt_exploration_tutorials
$ cd ~/catkin_ws/src/
$ git clone https://github.com/hasauino/rrt_exploration.git
$ git clone https://github.com/hasauino/rrt_exploration_tutorials.git
$ cd ~/catkin_ws
$ catkin_make

打开gazebo仿真
1、Gazebo simulation
roslaunch rrt_exploration_tutorials single_simulated_house.launch
2、Start Exploration
roslaunch rrt_exploration single.launch
3、在rviz里点5个点
ubuntu16.04 rrt_exploration仿真ubuntu16.04 rrt_exploration仿真

  • 4 仿真结果

ubuntu16.04 rrt_exploration仿真

相关文章:

  • 2021-06-23
  • 2021-12-06
  • 2021-05-09
  • 2021-12-17
  • 2021-09-20
  • 2021-10-12
  • 2021-11-22
  • 2021-12-12
猜你喜欢
  • 2021-04-30
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-15
  • 2021-12-05
相关资源
相似解决方案