https://github.com/duckietown/Software
Raw File
Tip revision: c9442d0c3ace7f1259d4a4ec49e27d1cd7ebf528 authored by Simon Bing/Megacity Team on 15 August 2018, 13:56:33 UTC
latency
Tip revision: c9442d0
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