We are using:
- turtlebot: 3
- ros: noetic
- ubuntu: 20.04
- slam: gmapping
Install the following:
sudo apt install ros-noetic-turtlebot3 ros-noetic-slam-gmapping ros-noetic-dwa-local-plannercreate workspace and download repo in it:
mkdir -p ~/turtle_catkin_ws/src
cd ~/turtle_catkin_ws/src
git clone -b noetic-devel https://github.com/ROBOTIS-GIT/turtlebot3_simulations.git
git clone git@github.com:tadteo/turtlebot_exploration.git
cd ~/turtle_catkin_ws
catkin_makeremember to export the turtlebot env variable:
export TURTLEBOT3_MODEL=burgerroslaunch turtlebot3_gazebo turtlebot3_world.launchMoreo info here