keenan88 / tb3_nav2demo_dockered_fromRealTb3

Dockerized tb3 navigation demo based on the official tb3 repo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Startup Instructions:

  1. Run $xhost +local:docker. This will allow gazebo to launch in docker.
  2. Clone this repo and cd into its root dir
  3. Run docker compose up -d. Wait atleast a minute for gazebo and RVIZ to open. It may look like the compose is finished, but the code is building in the background.. If you run $ps -a, you should see build processes like cmake and colcon going on. Just wait 60 seconds for RVIZ and Gazebo to boot up.
  4. Use RVIZ to provide a pose estimate for the robot
  5. Use RVIZ to provide a goal pose to the robot

About

Dockerized tb3 navigation demo based on the official tb3 repo


Languages

Language:Dockerfile 72.5%Language:Shell 27.5%