Skip to content

UNF-Robotics/docker-ros2-jazzy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-ros2-jazzy

License Docker Image Status

Docker image with ROS 2 Jazzy Development Environment for various robotics purposes at UNF, club, research, and development. This container contains the initial base headless environment and minimum packages needed to build and run ROS 2 packages.

Latest

Docker Pull Command

docker pull unfrobotics/docker-ros2-jazzy

Development Environment Usage

Inside the container, there is an initial folder /opt/ros_ws/src that is intended for use for to build ROS 2 packages. Sources can either be downloaded into the container, or the recommended local mount, which allows for development using a local IDE.

Run Command on Linux

The following command will open a terminal to the newly created container that uses the host computers network. It also assumes that the sources have been downloaded locally in ~/mypkg_ros/ and shared as a volume in the folder inside the container.

docker run --net=host --rm -it -v ~/mypkg_ros/:/opt/ros_ws/src/mypkg_ros unfrobotics/docker-ros2-jazzy:latest

Then, to proceed change to the workspace directory in the container and proceed with building, running, etc.

cd /opt/ros_ws/

About

Docker ROS 2 Jazzy headless development environment

Resources

License

Stars

Watchers

Forks

Packages

No packages published