|
Re: Using Network Tables
If you have trouble sending arrays you can always use the Set_Variable module and set something like
/SmartDashboard/coord1x
to
BFR_COORDINATES:0
i.e. 0 is the first value of the BFR_COORDINATES. Likewise BFR_COORDINATES:1 would be the second (coord1y) and so on. Assuming you only want to send the first 4 coordinates this is a possible way to itemize each of the array values and send them individually.
STeven.
|