https://github.com/duckietown/Software
Raw File
Tip revision: 5e8c1a7e24f8cdbe8ce8328db9e511de6526a01a authored by MilanSchilling on 22 February 2018, 14:09:14 UTC
added time meas
Tip revision: 5e8c1a7
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