Thread: Autonomous
View Single Post
  #6   Spotlight this post!  
Unread 18-03-2013, 18:26
moore1320 moore1320 is offline
Registered User
FRC #3496
 
Join Date: Jan 2011
Location: Columbus, OH
Posts: 9
moore1320 is an unknown quantity at this point
Re: Autonomous

So, I had an opportunity to work with the practice bot this afternoon, and after taking what I learned here I tried to figure out the problem. Knowing that the light didn't matter I used the code we wrote and deployed it from the development machine and attempted to run while tethered so we could monitor some the code for debugging.. and it worked as expected.

I thought the problem was solved, until we tried it again... and nothing.. the Autonomous program appeared to execute, but a probe on the enum of the state machine read not initiated.

Not sure why it worked the first time, and not the second, I shut everything down and tried again. It did the same thing; worked the first time, but not the second.

I then decided to try building the code, and deploy to run as a start-up item, and it works every time without fail.

Any ideas?
Reply With Quote