Skip to content

ferg-mu/ros_basic

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

ROS Basic

Fork or git clone this repository

Before build the docker

add this into your bashrc

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

How to build the container

To build the image

.docker/build_image.sh

To run the image

.docker/run_user.sh

You may need to change the owner of the dev_ws, copy the line showing on the terminal

sudo chown -R [YOUR USER NAME] /dev_ws

Start a terminal

terminator

change new changes.......

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 56.9%
  • Shell 42.6%
  • Python 0.5%