Skip to content

opencardware/car_code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

car_code

Starter code to be used on the Cardboard Car.

Starter steps

  1. Install berryconda
# Download
wget https://github.com/jjhelmus/berryconda/releases/download/v2.0.0/Berryconda3-2.0.0-Linux-armv7l.sh

# Install
bash Berryconda3-2.0.0-Linux-armv7l.sh
  1. Clone this repo.

  2. Create and activate cardboard env using the environment.yml.

conda env create -f environment.yml
source activate cardboard
  1. Turn on the DC battery pack (AA batteries).

  2. Test drive (use arrow keys).

python drive/manual.py
  1. Configure Pi's camera (turn it on).
sudo raspi-config
  > Interfacing Options > Camera > REBOOT

# Take a test photo.
raspistill -v -o ~/Desktop/test.jpg

About

Code to run on the cardboard car.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published