https://github.com/duckietown/Software
Raw File
Tip revision: 376b1ec4a4e3d4cf8a9700c295aac58db62c8981 authored by Simon Bing on 02 March 2018, 10:35:04 UTC
Added traffic light IDs from 200-230
Tip revision: 376b1ec
dependencies_for_laptop.sh
#!/bin/bash
set -e
set -x

./dependencies_common.sh


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