team581 / frc-2024-crescendo-gamma

Team 581's competition/gamma bot software for the 2024 FRC season
2 stars 0 forks source link

Replace raw NetworkTables usage with LimelightHelpers #96

Closed jonahsnider closed 7 months ago

jonahsnider commented 8 months ago

Instead of directly accessing the Limelight through the NetworkTables API, we should update the version of LimelightHelpers we have and use that

We should also delete all the Limelight JSON related code, since we no longer are using that for vision

saikiranra commented 8 months ago

Why? Why can't we just do the nt calls like right now?

jonahsnider commented 8 months ago

Either way works for me. A handful of other parts of the code currently use LimelightHelpers, I think it'd be preferable if we stuck to one way of interacting with Limelight