Skip to content

sz73/dt-duckiebot-interface

 
 

Repository files navigation

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.

About

The set of drivers that run on the robot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.9%
  • Other 2.1%