Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 869 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 869 Bytes

dt-duckiebot-interface

Status: Build Status Docker Hub

Repository containing all the necessary drivers to start sensors and actuators. It should not contain any high-level functionality.

How to launch manually

$ docker -H <Hostname>.local run --name duckiebot-interface -v /data:/data --privileged --network=host -dit --restart unless-stopped -e ROBOT_TYPE=<ROBOT_TYPE> duckietown/duckiebot-interface:daffy-arm32v7

By default, ROBOT_TYPE is duckiebot, and you can set it to watchtower or traffic_light if you use them.