Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Adlink-ROS/docker-ros2-ospl-ce

A dockerfile to build a ROS2 + OpenSplice CE container
https://github.com/Adlink-ROS/docker-ros2-ospl-ce

dds docker opensplice ros ros2

Last synced: 3 months ago
JSON representation

A dockerfile to build a ROS2 + OpenSplice CE container

Awesome Lists containing this project

README

        

# docker-ros2-ospl-ce
A dockerfile to build a ROS2 + OpenSplice CE container

## How to build an OpenSplice CE container image ?

```bash
$> docker build -t ospl-ce opensplice
```

## How to build ROS2 container image ?

```bash
$> docker build -t ros2 .
```

## How to run ROS2 container ?

```bash
$> 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
```