DoF-6413 / chargedUp

Code base for 2023 season DOF
MIT License
3 stars 1 forks source link

create network tables subsytem and publisher #62

Open J-Palomino opened 1 year ago

J-Palomino commented 1 year ago

using this guide create a network tables publisher that publishes which state the robot is in i.e. disabled/auto/teleop/test/simulation

https://docs.wpilib.org/en/stable/docs/software/networktables/publish-and-subscribe.html

nancyesquivel10 commented 1 year ago

https://docs.wpilib.org/en/stable/docs/software/frc-glossary.html#term-publisher

Look into using publisher for communicating with roborio over network tables

This is considered an enhancement to all systems since it does not accomplish anything we arent already doing. Eventually it could become our custom smartdashboard solution

J-Palomino commented 1 year ago

we can use this library to write python to interact with robot

J-Palomino commented 1 year ago

https://robotpy.readthedocs.io/en/stable/install/pyntcore.html

J-Palomino commented 1 year ago

list of methods: https://robotpy.readthedocs.io/projects/pyntcore/en/stable/ntcore.html