Foxbot Docs
These docs tell you everything you need to know about building and maintaining Foxbot, the flagship robot of Team DeeThreeTee.
About
Foxbot is a robot built for the VEX Robotics Competition Turning Point (2018-2019). This repository contains source code for all the versions of Foxbot and documentation for building the robot and competing in matches.
Table of Contents
- The Architecture description outlines major robot systems.
- The Competition Checklist contains instructions for preparing for VEX competitions.
- The Config doc defines Foxbot-specific robot configuration.
- The Metagame doc details game knowledge and strategy.
- The Workflow doc describes the way to develop the robot.
Project Structure
docs
: Important project documentationinclude
: External header files and librariessrc
: Source code for Foxbotcommon
: Resources used for Foxbot v1 and v2main
: The primary source directoryv1
: Source code specific to Foxbot v1v2
: Source code specific to Foxbot v2
lib
: Other project libraries, fetched using the initialization script