Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 425 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 425 Bytes

ROS Docker Workspace Example

This repo contains an example Docker-based ROS workspace.

Dependencies

Usage

Start the Container

./run # or ./run start [COMMAND]

Exec into the Container

./run exec [COMMAND]

Remove the Container

./run rm

Remove the Image

./run rmi