frc1418 / 2018-robot

:robot: Code for our 2018 competition robot, Panthera.
MIT License
3 stars 2 forks source link

Implement redundant retrieval of game data #170

Open ErikBoesen opened 6 years ago

ErikBoesen commented 6 years ago

Currently, we just wait one second before starting autonomous to account for an occasional lack of game data immediately at the starting of the game. This works, but it's kind of stupid and wastes 1/15th of our autonomous time; time we might want to use after we set up motion profiling.

AndrewLester commented 6 years ago

Reopen this?

ErikBoesen commented 6 years ago

Yup. Do you have permissions to do that? I'll give them to you if you don't.

AndrewLester commented 6 years ago

I don't think so.

ArchdukeTim commented 6 years ago

Didn't this get 'fixed'?

ErikBoesen commented 6 years ago

@twinters007 No, we merged Joe's PR which didn't actually fix this.

ArchdukeTim commented 6 years ago

Oh I saw it before he reverted.