[TeamTalk 307]: [843] trunk/TeamTalk/Libraries/boeingLib/boeing/boeing_robot_packet.h: Import gils error code bugfix

tk@edam.speech.cs.cmu.edu tk at edam.speech.cs.cmu.edu
Wed Oct 17 14:56:23 EDT 2007


An HTML attachment was scrubbed...
URL: http://mailman.srv.cs.cmu.edu/pipermail/teamtalk-developers/attachments/20071017/2fba940e/attachment.html
-------------- next part --------------
Modified: trunk/TeamTalk/Libraries/boeingLib/boeing/boeing_robot_packet.h
===================================================================
--- trunk/TeamTalk/Libraries/boeingLib/boeing/boeing_robot_packet.h	2007-10-15 17:12:08 UTC (rev 842)
+++ trunk/TeamTalk/Libraries/boeingLib/boeing/boeing_robot_packet.h	2007-10-17 18:56:22 UTC (rev 843)
@@ -47,7 +47,7 @@
   };
 
   enum RobotErrorID {
-    ROB_OK=0, ROB_POS_ERROR=1,ROB_LASER_ERROR=1,ROB_NO_ARCS=3
+    ROB_OK=0, ROB_POS_ERROR=1,ROB_LASER_ERROR=2,ROB_NO_ARCS=3
   };
                
   static const uint16_t CmdMsgIdMask = 0x00FF;


More information about the TeamTalk-developers mailing list