GotRobotFTC5037 / Block-Party-2014

0 stars 1 forks source link

turn_context updates #29

Closed pstephen43 closed 10 years ago

pstephen43 commented 11 years ago

convert the turn_context structure to motion_context (or another name you agree makes sense). Allocate a single instance of this structure at the beginning of the program and use it for turns as well as straight motion. You should only require a single instance of this structure for the life of the entire application.