00001
00002
00003
00004 #define CONTROL_PANEL 1
00005
00007 #define BUILD_TERRAIN_MODE 2
00008 #define SIMULATION_MODE 1
00009
00011 #define LASER_OBS_NUM 0
00012 #define TRACE_OBS_NUM 1
00013 #define BOTSPEED_OBS_NUM 2
00014 #define ORIENTATION_OBS_NUM 3
00015 #define CAMERA_OBS_NUM 4
00016 #define PAUSE_OBS_NUM 5
00017 #define STEP_OBS_NUM 6
00018 #define AUTO_PILOT_OBS_NUM 7
00019 #define DEFAULT_KEY_OBS_NUM 9
00020 #define SONAR_OBS_NUM 10
00021 #define BOT_ROTATE_OBS_NUM 11
00022 #define DRAW_COST_OBS_NUM 12
00023
00025 #define DUMMY_COMMAND -1
00026 #define UI_RESET 0
00027 #define UI_LSPEED_MOD 1
00028 #define UI_RSPEED_MOD 2
00029 #define UI_LSPEED_SET 3
00030 #define UI_RSPEED_SET 4
00031 #define UI_AZIMUTH_MOD 5
00032 #define UI_ELEVATION_MOD 6
00033 #define CAM_POS_LEFT 7
00034 #define CAM_POS_RIGHT 8
00035 #define CAM_POS_FORWARD 9
00036 #define CAM_POS_BACKWARD 10
00037 #define CAM_ZOOM_IN 11
00038 #define CAM_ZOOM_OUT 12
00039 #define CAM_LOCATION 13
00040 #define UI_THROTTLE_MOD 14
00041 #define CMD_PAUSE_SIMULATION 1
00042 #define CMD_PAUSE_ROBOT 2
00043
00045 #define TOGGLE_DISPLAY -1
00048 #define MENU_EXIT 1
00049 #define TOGGLE_WAYPOINT_DISPLAY 2
00050 #define TOGGLE_LASER_DISPLAY 3
00051 #define TOGGLE_LOCAL_DISPLAY 4
00052 #define TOGGLE_MAP_GRID_DISPLAY 5
00053 #define TOGGLE_SEARCH_GRID_DISPLAY 6
00054
00055 #define AUTO_PILOT 5
00056
00058 #define BOT 1
00059 #define PLAYBACK 2
00060 #define SIMULATION 3
00061
00063
00064 #define FOVY 60.0
00065
00066 #define NEAR 0.2
00067
00068 #define FAR 50000.0