team178 / TheClaaaw

2015 Competition Robot - Recycle Rush
1 stars 0 forks source link

Autonomous Code is too ghetto #3

Closed Elizabeth-Cho closed 9 years ago

Elizabeth-Cho commented 9 years ago

During competition, we had very basic code and it worked, but in order to make it changeable later, it needs to be organised. We need to take all of the code out of AutonomousInit and we need to phrase it in a way that makes sense in AutonomousPeriodic (Ex. Getting rid of loops).

Tasks that the robot needs to do:

GizmoWithLegs commented 9 years ago

Use timer to organize robot's actions (what order, and when, and how long it should do that action). Pear programming.

robstolarz commented 9 years ago

See PR #5 ! :)