NetworkTables
NetworkTables is WPILib’s data-sharing system.
It lets the robot, driver station, and vision coprocessors exchange live data.
Common uses:
- Sending values to Shuffleboard
- Reading inputs from dashboards
- Broadcasting pose or vision info to AdvantageScope
Think of it as a distributed key-value store that synchronizes across devices on the robot network.