Skip to content

Files

Latest commit

54b4704 · Aug 7, 2023

History

History
29 lines (16 loc) · 815 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 815 Bytes

main

containers-ros-tools

ROS TOOLS Docker image for MOV.AI Framework

Image is built in 3 flavours:

Flavour Base Image Python
ros-tools-noetic movai-base-focal:v2.4.3 3.8.10
ros-tools-ce movai-base-focal:v2.4.3 3.8.10

About

Usage

Build ROS TOOLS image based on ROS noetic :

docker build -t ros-tools:noetic -f noetic/Dockerfile .

Build ROS TOOLS image for CE (contains only Rviz and no ROS components) :

docker build -t ros-tools:ce -f ce/Dockerfile .

License

Forked from https://github.com/ConSol/docker-headless-vnc-container