https://github.com/duckietown/Software
Raw File
Tip revision: c45e5c9c8ac7d1038a727e14c8a5e82dc5bd9f07 authored by simonbing on 11 March 2018, 11:49:51 UTC
Added traffic sign IDs from 132-199 (#316)
Tip revision: c45e5c9
dependencies_for_laptop.sh
#!/bin/bash
set -e
set -x

./dependencies_common.sh


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