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

More formatting improvements, added mainpage

This commit is contained in:
Austen Adler 2015-03-09 11:15:57 -04:00
parent 693664f39c
commit d1cec996c1
3 changed files with 31 additions and 2 deletions

29
mainpage.dox Normal file
View File

@ -0,0 +1,29 @@
/**
* @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
* -# @ref CheckDrive
* -# @ref CheckRobot
*/