https://github.com/duckietown/Software
Raw File
Tip revision: 9973439157d314dbe36db86a746dc4c14fa39b24 authored by Julien Kindle on 02 March 2018, 12:44:31 UTC
New Anti-windup logic
Tip revision: 9973439
dependencies_for_laptop.sh
#!/bin/bash
set -e
set -x

./dependencies_common.sh


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