https://github.com/duckietown/Software
Raw File
Tip revision: 46b8a72aedf6459329087445064a3192e722a321 authored by SofianeGadi on 23 February 2018, 21:23:57 UTC
Update camera_node_continuous.py
Tip revision: 46b8a72
dependencies_for_laptop.sh
#!/bin/bash
set -e
set -x

./dependencies_common.sh


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