Skip to content

NeonGamerBot-QK/kcd-vex-25

kcd-vex-25

This is the source code for team 62885A, built with PROS and C++.

We also have a CAD designed by a team member which you can view here.

Directory Structure

v0/
├── src/
│   ├── auton/
│   ├── intake/
│   ├── outtake/
│   ├── screen/
│   ├── globals.cpp
│   ├── main.cpp
│   └── odom.cpp
├── include/
│   ├── auton/
│   ├── intake/
│   ├── outtake/
│   ├── screen/
│   ├── globals.hpp
│   └── main.h
├── firmware/
└── static/
��── static/

Dependencies

  • PROS Kernel: 4.2.1
  • LemLib: 0.5.6 - Chassis control and odometry (which i have not finished)
  • robodash: 2.3.1 - UI/Dashboard (inspo used it)
  • liblvgl: 8.3.9 - Graphics library

Build Commands

cd v0 &∓& pros make

make -C v0 clean

pros uploadload

License

See LICENSE for details.