00001 #ifndef XYPLATFORMCONSTANTS_HPP
00002 #define XYPLATFORMCONSTANTS_HPP
00003
00004
00005
00006
00007 #define XY_NUM_AXIS 2
00008
00009
00010 #define X_AXIS_MIN_POS 0.0
00011 #define X_AXIS_MAX_POS 0.2
00012 #define Y_AXIS_MIN_POS 0.0
00013 #define Y_AXIS_MAX_POS 0.2
00014
00015
00016
00017
00018
00019 #define XY_OFFSETSinVOLTS { 0.0 , 0.0 }
00020 #define XY_SCALES { 37 , 37 }
00021
00022
00023
00024 #define XY_PULSES_PER_MM {400,400}
00025
00026
00027 #define XY_ENCODEROFFSETS {0,0}
00028
00029
00030 #define XY_JOINTSPEEDLIMITS {2.0,2.0}
00031
00032 #endif //XYPLATFORMCONSTANTS_HPP