Skip to content

roboticswithjulia/turtlebot_remote

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

turtlebot remote

Setup

sourcing ROS

Add the following to your bashrc file for ros and the workspace to be sourced when opening a new terminal in dev_ws. make sure your are not sourcing ROS in your bashrc file.

if [ -f "/dev_ws/setup.bash" ]; then
    source /dev_ws/setup.bash
fi

use

build the image

Running the following command from the root of the repo will execute the build image shell script

.docker/build_image.sh

run the image

Running the following command from the root of the repo will execute the run image shell script

.docker/run_user.sh

with Nvidia support (requires nvidia-docker2)

.docker/run_user_nvidia.sh

Once inside the container, ake ownership of the workspace with

sudo chown -R $USER /dev_ws

terminal

Terminator is installed in the container for multiple terminals launch terminator from the CLI inside the container. Run terminator to start.

navigation

for gmapping run

roslaunch turtlebot_navigation gmapping_demo.launch

to sav map run

rosrun map_server map_saver -f ~/map

for navigation run (map in launch file)

roslaunch turtlebot_navigation amcl_demo_iaac.launch

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 70.7%
  • Python 21.8%
  • CMake 5.6%
  • Shell 1.0%
  • EmberScript 0.4%
  • Dockerfile 0.3%
  • Other 0.2%