https://github.com/duckietown/Software
Revision c45de1df9c8312c56816da261fe05eab5fcd293f authored by Andreas Aumiller on 26 December 2017, 18:33:22 UTC, committed by Andreas Aumiller on 26 December 2017, 18:33:22 UTC
1 parent 60153a3
Raw File
Tip revision: c45de1df9c8312c56816da261fe05eab5fcd293f authored by Andreas Aumiller on 26 December 2017, 18:33:22 UTC
Updated debug messages
Tip revision: c45de1d
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