https://github.com/duckietown/Software
Raw File
Tip revision: f0ed261a8db9120c051f35d04170003ba3b070b0 authored by SebasRatz on 20 December 2017, 11:27:37 UTC
finish implementation and testing of map draw node. conntected to and tested with taxi central node and real duckiebot
Tip revision: f0ed261
dependencies_for_duckiebot.sh
#!/bin/bash
set -e
set -x

# Important: always use the python-X library if available,
# rather than doing "pip install X".

./dependencies_common.sh
back to top