https://github.com/duckietown/Software
Raw File
Tip revision: 0d5740cba372bcb5e7f8fe8ad2a42d47bc8d11ff authored by Eric Lu on 12 October 2018, 12:54:35 UTC
testing map added, to be changed
Tip revision: 0d5740c
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