You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The docs currently recommend using NT entries directly:
If data needs to be updated (for example, the output of some calculation done on the robot), call getEntry() after defining the value, then update it when needed or in a periodic function
The docs currently recommend using NT entries directly:
This should instead recommend
addNumber
with a lambda function to read a cacheddistanceToTarget
field.The NT entry API should only be used for reading data from the dashboard, such as from a slider, button, or text field
The text was updated successfully, but these errors were encountered: