The Robot Application Programming Interface Delegate Project
RAPID Logo

K10Defs.idl

Go to the documentation of this file.
00001 /*
00002  * Copyright (c) 2009 United States Government as represented by the
00003  * Administrator of the National Aeronautics and Space Administration.
00004  * All Rights Reserved.
00005  */
00006 
00007 #include "BaseTypes.idl"
00008 
00016 module rapid {
00017 
00019     module k10 {
00020 
00021         module joint {
00022 
00024             const String32 JOINTS_MOTOR_GROUP = "MotorGroup";
00025 
00027             const String32 JOINTS_K9_ARM = "K9Arm";
00028 
00030             const long FL_DRIVE = 0; 
00031             const long FR_DRIVE = 1; 
00032             const long RL_DRIVE = 2; 
00033             const long RR_DRIVE = 3; 
00034             const long FL_STEER = 4; 
00035             const long FR_STEER = 5; 
00036             const long RL_STEER = 6; 
00037             const long RR_STEER = 7; 
00038 
00039         };
00040     };
00041 };
00042 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines