We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Welcome to the autonomous wiki!
Explanation of the car model: Dan Does Data: Self Driving Car Model
Papers for review:
Python Development:
Python Best Practices (Digested)
PEP8
PEP20
Otto Tractor Bay Area Makerfaire 2017
Developer Setup Suggestions (Atom)
import numpy as np import matplotlib.pyplot as plt a = np.load("imgs_2017-05-15_22:13:47.npz") a.keys() b = a['arr_0'] b.shape plt.ion() plt.imshow(b[0].transpose(1,2,0)) b[0]
[TX2 Installation] (https://github.com/fubarlabs/autonomous/blob/master/installation.md) [Raspberry PI Installation TBD]
Add Video for Linux 2 (v4l2) to the PI:
sudo apt-get install v4l-utils
Add USB video camera kernel module
sudo modprobe bcm2835-v4l2