https://github.com/duckietown/Software
Raw File
Tip revision: baeceb79d352795d86d088cb323dcaee1e44f8e0 authored by Manfred Diaz on 08 May 2018, 19:22:53 UTC
[FIXED] Preserving Image Message timestamp on debug topics.
Tip revision: baeceb7
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