mjansen4857 / pathplanner

A simple yet powerful path planning tool for FRC robots
https://pathplanner.dev
MIT License
398 stars 125 forks source link

Disable PPLibTelemetry NT publishing #661

Closed jonahsnider closed 3 weeks ago

jonahsnider commented 7 months ago

Is your feature request related to a problem? Please describe.

There is no way to disable PPLibTelemetry publishing to NetworkTables. This reduces the amount of bandwidth available for devices on the radio's network.

Describe the solution you'd like

PPLibTelemetry.enableCompetitionMode() (or a new method, I guess) should stop path values from being published to NetworkTables. Ideally the logging behavior is opt-in, rather than opt-out.