frc1418 / 2018-robot

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

Store arm extended value in network tables #152

Closed AndrewLester closed 6 years ago

ErikBoesen commented 6 years ago

This seems redundant. I think we should at least use the tunable when we're actuating the arm... @twinters007 Thoughts?

AndrewLester commented 6 years ago

Nevermind, thought you meant it was in the wrong function.

ArchdukeTim commented 6 years ago

You don’t need to use the tunable. Something we might add for next year is a read only property for tunables

AndrewLester commented 6 years ago

I'm somewhat confused. How would I put data into network tables without a tunable?

ArchdukeTim commented 6 years ago

No I mean you don't need to use it, not that you don't need it