Check out our technical report here!
git clone https://github.com/BLRSAI/competition_code
cd competition_code
- Create a PROS project or use an existing one
- New project:
pros c new-project project_name
mv main.cpp project_name/src
- Install ARMS in this project
pros mu
[Brain has to be plugged in via USB]
- New project:
These requirements need to be met for the pipeline to run properly:
- V5 Brain with the
main.cpp
uploaded needs to be plugged into the Jetson - The Intel RealSense camera needs to be plugged into the Jetson
./run.sh
./stop.sh