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

https://github.com/tiryoh/docker-ros

Dockerfiles to use ROS with osrf/rocker
https://github.com/tiryoh/docker-ros

Last synced: about 1 year ago
JSON representation

Dockerfiles to use ROS with osrf/rocker

Awesome Lists containing this project

README

          

# docker-ros

Dockerfiles of ROS to use with osrf/rocker

## Usage (with osrf/rocker)

Noetic (without NVIDIA GPU)

```
rocker --x11 --user --network=host --privileged --volume ~/catkin_ws -- tiryoh/ros:noetic
```

Noetic (with NVIDIA GPU)

```
rocker --x11 --nvidia --user --network=host --privileged --volume ~/catkin_ws -- tiryoh/ros:noetic
```

## Usage (without osrf/rocker)

```
ROS_DISTRO=noetic ./run.sh
```