From f905bf5ea2219ed44f18737288bd60247f85fb90 Mon Sep 17 00:00:00 2001 From: Adam Long Date: Fri, 20 Feb 2015 13:28:49 +0000 Subject: [PATCH] Improved debugging --- DentRobot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DentRobot.cpp b/DentRobot.cpp index 0f37cef..3a21d69 100644 --- a/DentRobot.cpp +++ b/DentRobot.cpp @@ -19,7 +19,7 @@ DentRobot::DentRobot(){ CameraServer::GetInstance()->StartAutomaticCapture("cam0"); //SmartDashboard::PutNumber("Auto Wait Time", 1.0); //SmartDashboard::PutNumber("Auto Sequence", 0); - printf("Initialized\n"); + printf("The robot is on\n"); } void DentRobot::RobotInit(){ SmartDashboard::PutNumber("CodeVersion",CODE_VERSION);