stevendes / docker_test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dockers: ROS + Webots

Repo with everything necessary to run a docker image with ROS and webots, and demo a working pioneer3 mapping a "warehouse".

Steps to run gmapping in the simulation:

  1. Run make webots_docker. Go take a cup of coffee, this takes forever.
  2. Run ./run to start Docker. You'll need an NVIDIA graphics card.
  3. First terminal:
catkin_make
roscore
  1. In the second terminal run webots src/pioneer_slam/worlds/warehouse.wbt
  2. Third terminal: rosrun pioneer_slam pioneer3at
  3. Fourth terminal:
rosrun gmapping slam_gmapping scan:=/pioneer3at/Sick_LMS_291/laser_scan/layer0 _xmax:=30 _xmin:=-30 _ymax:=30 _ymin:=-30 _delta:=0.2s
  1. In the final terminal launch rviz to see the map visualization. You need to manually set up what you want to see in rviz.

End result should look something like this:

screenshot

About


Languages

Language:Python 98.2%Language:Dockerfile 1.7%Language:Makefile 0.0%