https://github.com/duckietown/Software
Raw File
Tip revision: 3bbbe7b1a098242ef8cf658c1e06a1c62832eca2 authored by student on 05 June 2018, 12:53:33 UTC
added automatic param updating for tuning
Tip revision: 3bbbe7b
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