Hello, we are currently working on vision tracking for our robot using Wind River C++. We were attempting to use messages as debugs and realized that we are not receiving updates in the 'User Messages' section of the Driver Station.
This is the code being used to send and update messages to the Driver Station:
Code:
dsLCD->Printf(DriverStationLCD::kUser_Line1, 1,"Message\n");
dsLCD->UpdateLCD();
The user message will sometimes print once when the code is first deployed, but will not continue to update after that. We have tried running this command at various points throughout the program without success.
Any ideas???