first95 / FRC2020

Code base for 2020 robot, initialized with develop branch of 2019 repo.
MIT License
1 stars 1 forks source link

It would be really nice to handle absent talons more gracefully #4

Open jwalthour opened 5 years ago

jwalthour commented 5 years ago

At the moment, the timeouts cause undesired behavior in the robot. But our code doesn't have any mechanism to react to those timeouts and stop trying to make contact with those talons.

We'd need to be careful to design this mechanism such that one glitch doesn't result in freezing the robot for the whole match.

NHDinosaur commented 4 years ago

This sounds like something that could be useful in 2020

lindsayvallen commented 4 years ago

If we use only Spark MAX controllers instead of Talons this season, then this issue may become moot.

lindsayvallen commented 4 years ago

We are using both Spark Max's and Talons this season, but this isn't high priority so I'm going to Icebox it.