https://github.com/duckietown/Software
Raw File
Tip revision: 868d5c4f570e930511d63f1f8a976aaeb9d150e3 authored by Brett Stephens on 09 January 2018, 20:23:57 UTC
edited initialization of rodrigues vector AND value type from float to double for getRelativeTransform
Tip revision: 868d5c4
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