robotpy / robotpy-cscore

Moved to https://github.com/robotpy/mostrobotpy
Other
17 stars 12 forks source link

CameraServer: Update NetworkTables for new API #30

Closed auscompgeek closed 6 years ago

auscompgeek commented 6 years ago

Note that the old table.put methods are still being used where they are more efficient.

auscompgeek commented 6 years ago

Whoops. I really should test before making PRs. Didn't realise entry listener events don't have a getEntry().

The NT entry listener wasn't working anyway, but uh this is pretty awkward.

I think there really should be a way of getting an entry from an event though. Seems like a reasonable thing to have.

virtuald commented 6 years ago

>_>