Skip to content

Autopilot Deploying Guide

On Raspberry Pi

Autopilot On Duty

cd ~/BearCar/scripts
uv run drive.py --model pilot

Tip

  • The drive.py will look for model file in ~/BearCar/models/ directory.
  • Use argument: --model to specify autopilot model file name.
  • Press Pause button to start/pause the autopilot.