https://github.com/duckietown/Software
Raw File
Tip revision: ea9d494e78ce88be0e4ef5f8da88b2aeda2c267c authored by Unknown on 05 December 2017, 14:23:43 UTC
Greatly improves beauty of maps by having an exact(!) midpoint to rotate around
Tip revision: ea9d494
dependencies_for_laptop.sh
#!/bin/bash
set -e
set -x

./dependencies_common.sh


sudo apt install -y \
	bibtex2html \
	pdftk
back to top