Skip to content

A dockerfile to build a ROS2 + OpenSplice CE container

License

Notifications You must be signed in to change notification settings

Adlink-ROS/docker-ros2-ospl-ce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-ros2-ospl-ce

A dockerfile to build a ROS2 + OpenSplice CE container

How to build an OpenSplice CE container image ?

$> docker build -t ospl-ce opensplice

How to build ROS2 container image ?

$> docker build -t ros2 .

How to run ROS2 container ?

$> docker run -it --name ros2 --rm ros2  bash
root@xxxxxxxxx: source /root/opensplice/install/HDE/x86_64.linux/release.com
root@xxxxxxxxx: source /root/ros2_ws/install/local_setup.bash
root@xxxxxxxxx: ros2 --help

About

A dockerfile to build a ROS2 + OpenSplice CE container

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages