2
0
mirror of https://github.com/team2059/Dent synced 2024-12-18 20:52:29 -05:00
dent/mainpage.dox

30 lines
682 B
Plaintext
Raw Normal View History

/**
* @mainpage Dent
*
* The Hitchhikers Team 2015 robot, Dent. Features an elevator, bin elevator, and mecanum drive
* @section Subsystems
* -# @ref Drivetrain
* -# @ref BinElevator
* -# @ref Elevator
* -# @ref Collector
* -# @ref Pneumatics (unused)
* @section Commands
* -# @ref AutoDrive
* -# @ref Turn
* -# @ref BinCloseArms
* -# @ref BinLower
* -# @ref BinOpenArms
* -# @ref BinRaise
* -# @ref RollIn
* -# @ref RollOut
* -# @ref Drive
* -# @ref Lower
* -# @ref Raise
* @section Command Groups
* -# @ref Autonomous
* -# @ref CollectTote
* -# @ref ReleaseTote
2015-03-09 13:46:11 -04:00
*
* Note: Recycling containers are referred to bins throughout the project
*/