https://github.com/duckietown/Software
Raw File
Tip revision: c36c7f4f931e12d9c31df9f07324f85b019dcda1 authored by Josefine Quack on 29 August 2018, 11:35:35 UTC
Add script to login to all watchtowers at one
Tip revision: c36c7f4
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