https://github.com/duckietown/Software
Raw File
Tip revision: d7667aa3f7b3fc31d4a0019b1014ec2dc7a86788 authored by Manuel Dangel on 15 January 2018, 18:03:35 UTC
Well working version, except the baseline is estimated slightly too high
Tip revision: d7667aa
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