|
Re: Errors not showing up in Driverstation until they are corrected
This is a known bug in the driver station, that has been fixed for the 2017 season. As a temporary workaround, import the
edu.wpi.first.wpilibj.communication.FRCNetworkComm unicationsLibrary
package, and at the the very beginning of RobotInit, add a call to
FRCNetworkCommunicationsLibrary.FRCNetworkCommunic ationObserveUserProgramStarting.
That will force the robot to be seen as connected, and it will print the error messages. However, this will not be needed in 2017.
__________________
All statements made are my own and not the feelings of any of my affiliated teams.
Teams 1510 and 2898 - Student 2010-2012
Team 4488 - Mentor 2013-2016
Co-developer of RobotDotNet, a .NET port of the WPILib.
|