2009:Programming 1.14.2009: Difference between revisions
From 1511Wookiee
Jump to navigationJump to search
Programming (talk | contribs) No edit summary |
m (Programming 1.14.2009 moved to 2009:Programming 1.14.2009) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
Team Members helping: Mike, Andy, Shauna, Calvin, | Team Members helping: Mike, Andy, Shauna, Calvin, Bear, Jeff, Eric, Rick<br>January 14, 2009 Start: 5:30pm, Finish:9:00 PM<br> | ||
Accomplished: | Accomplished: | ||
Line 5: | Line 5: | ||
#Corrected motor direction. Reduced power for slow and regular modes. | #Corrected motor direction. Reduced power for slow and regular modes. | ||
#Researched traction control mechanisms. | #Researched traction control mechanisms. | ||
#Changed hard-coded upper mechanism code to more flexible codes | #Changed hard-coded upper mechanism code to more flexible codes | ||
#Got basic acceleration limit working - increase ramp up time to 3sec or so | |||
<br> | <br> | ||
Line 12: | Line 13: | ||
#Implement traction control | #Implement traction control | ||
#Get Christian to implement control code | #Get Christian to implement control code | ||
#Move sensor reading/storage to a single, separate class out of ThunderDrive - many classes need access to encoders, pots, etc. Perhaps ThunderSense.cpp? | |||
<br> | #Finish Autonomous pseudocode<br> | ||
#Structure the Autonomous() function - deciding between modes, how to call/run a mode, etc. | |||
<br> | <br> |
Latest revision as of 13:38, 14 November 2010
Team Members helping: Mike, Andy, Shauna, Calvin, Bear, Jeff, Eric, Rick
January 14, 2009 Start: 5:30pm, Finish:9:00 PM
Accomplished:
- Corrected motor direction. Reduced power for slow and regular modes.
- Researched traction control mechanisms.
- Changed hard-coded upper mechanism code to more flexible codes
- Got basic acceleration limit working - increase ramp up time to 3sec or so
Next Tasks to Do
- Implement traction control
- Get Christian to implement control code
- Move sensor reading/storage to a single, separate class out of ThunderDrive - many classes need access to encoders, pots, etc. Perhaps ThunderSense.cpp?
- Finish Autonomous pseudocode
- Structure the Autonomous() function - deciding between modes, how to call/run a mode, etc.