00001
00002
00004 #define BUILD_TERRAIN_MODE 2
00005 #define SIMULATION_MODE 1
00006
00008 #define LASER_OBS_NUM 0
00009 #define TRACE_OBS_NUM 1
00010 #define BOTSPEED_OBS_NUM 2
00011 #define ORIENTATION_OBS_NUM 3
00012 #define CAMERA_OBS_NUM 4
00013 #define PAUSE_OBS_NUM 5
00014 #define STEP_OBS_NUM 6
00015 #define AUTO_PILOT_OBS_NUM 7
00016 #define DEFAULT_KEY_OBS_NUM 9
00017 #define SONAR_OBS_NUM 10
00018 #define BOT_ROTATE_OBS_NUM 11
00019 #define DRAW_COST_OBS_NUM 12
00020
00022 #define DUMMY_COMMAND -1
00023 #define UI_RESET 0
00024 #define UI_LSPEED_MOD 1
00025 #define UI_RSPEED_MOD 2
00026 #define UI_LSPEED_SET 3
00027 #define UI_RSPEED_SET 4
00028 #define UI_AZIMUTH_MOD 5
00029 #define UI_ELEVATION_MOD 6
00030 #define CAM_POS_LEFT 7
00031 #define CAM_POS_RIGHT 8
00032 #define CAM_POS_FORWARD 9
00033 #define CAM_POS_BACKWARD 10
00034 #define CAM_ZOOM_IN 11
00035 #define CAM_ZOOM_OUT 12
00036 #define CAM_LOCATION 13
00037 #define UI_THROTTLE_MOD 14
00038 #define CMD_PAUSE_SIMULATION 1
00039 #define CMD_PAUSE_ROBOT 2
00040
00042 #define TOGGLE_DISPLAY -1
00045 #define TRACE_BOX_SWAP 8
00046 #define TOGGLE_LASER_DISPLAY 9
00047 #define MENU_EXIT 10
00048 #define TOGGLE_SONAR_DISPLAY 11
00049
00050 #define AUTO_PILOT 5
00051
00052 #define SENSOR 0
00053 #define MANUAL 1
00054 #define SCRIPT 2