Quote:
Originally Posted by Alan Anderson
If there is a value in the Dashboard program that you want the robot program to have access to, use the SmartDashboard functions. Write the value to a named SD variable in the Dashboard, and read that same SD variable on the robot.
|
If I use this, do I need a receiving command on the dashboard side?