-
NetworkTables tool does not work with WPILib changes to NetworkTables in 2023
-
If we make flutter apps to communicate/interface with the RIO we need a network tables package for dart. Currently there are none on pub.dev. CD link on ideas: https://www.chiefdelphi.com/t/networktab…
-
## Vision Object Class
### Completing this Issue
Create a new Subsystem class, `VisionObjectAPI`. This class will have to a method to access the object data currently on NetworkTables.
You will n…
-
This will require interaction between the Arm and the ArmRotate subsystems (probably via [NetworkTables](https://docs.wpilib.org/en/stable/docs/software/networktables/index.html))
-
Read information from Limelight over [NetworkTables](https://docs.limelightvision.io/en/latest/networktables_api.html)
-
See:
https://docs.wpilib.org/en/stable/docs/software/telemetry/datalog.html
The default behavior is we add DataLogManager.start() to robotInit is to capture the NetworkTables data to a datalog fil…
-
**Bug Description**
I make a NT4 subscription with an empty string `""`, prefix, and all, but the server doesn't send my subscription all the values currently recognized. All topics do get announced …
-
No issues occur at all when running our robot code, however these issues happen when we are using Sysid.
When running any of the Sysid tests, we enable, the robot does not move, and the errors appe…
-
While swapping the arm to use full motor power was a good thing, it does bring up the need for some sort of arm damping. Currently, when it navigates up to a position, it rocks the whole robot with it…
-
Add a networktables example program in C++ and Python. We should be able to read the status of the robot and also write in certain commands via networktables