https://github.com/duckietown/Software
Raw File
Tip revision: 92be97977d4c181b48da0242d39fa6c292f1b003 authored by Eric Lu on 15 June 2018, 11:39:25 UTC
set exposure time to 8ms
Tip revision: 92be979
dependencies_for_laptop.sh
#!/bin/bash
set -e
set -x

./dependencies_common.sh

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