|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
|
|
Thread Tools | Rate Thread | Display Modes |
|
|
|
#1
|
||||
|
||||
|
Re: RoboRio to rasberrypi
Why not use network tables?
http://first.wpi.edu/FRC/roborio/rel...workTable.html Here is an example in python. https://github.com/robotpy/pynetwork...iverstation.py NetworkTable sd = NetworkTable.getTable("SmartDashboard"); sd.getNumber('dsTime'); sd.putNumber('robotTime', 10); |
|
#2
|
|||
|
|||
|
Re: RoboRio to rasberrypi
I would second Network Tables. It's what we are using to use vision processing on our Driver Station.
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|