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

https://github.com/neka-nat/ros-noetic-docker-compose

Docker compose for ROS noetic
https://github.com/neka-nat/ros-noetic-docker-compose

docker docker-compose ros

Last synced: 3 months ago
JSON representation

Docker compose for ROS noetic

Awesome Lists containing this project

README

          

# ros-noetic-docker-compose

## What is installed in the Docker image

* ROS noetic
* gazebo
* librealsense2
* tmux

## Build
Copy the complete code of this repository into the top directory of the catkin workspace.

```sh
cd catkin_ws
git clone https://github.com/neka-nat/ros-noetic-docker-compose.git .
docker compose -f docker-compose.gui.yml up -d
docker exec -it rosnoetic bash
catkin build
```