Quote:
Originally Posted by Alon
thank you for your response.
can you please add a small code snippet as an example of how to use the SFX dashboard? maybe something simple like how to display a variable or how to put a PID configuration widget
|
The dashboard front-end doesn't change how your robot code needs to work. Just use SmartDashboard.putDouble, SmartDashboard.putData(PIDController), etc as usual.