Skip to content

Setup BearCar Software

Tip

BearCar software setup commands work on both Raspberry Pi and Debian derived Linux. Unfortunately, Windows and Mac are note supported.

Hardware List

  • An assembled BearCar
  • A Raspberry Pi (5).

Note

Use the commands in a terminal emulator. You can bring up one by pressing Ctrl Alt t.

Download BearCar from Github

cd ~
git clone https://github.com/UCAEngineeringPhysics/BearCar.git

Setup the Python environment

cd ~/BearCar
./setup_env.sh

Tip

If something went wrong, you can simply delete the BearCar directory

rm -rf ~/BearCar/

Software Layout

software_layout