Changeset 123 in flair-src for trunk/demos/Gps
- Timestamp:
- Jan 10, 2017, 3:56:53 PM (8 years ago)
- Location:
- trunk/demos/Gps
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/demos/Gps/simulator/src/main.cpp
r89 r123 19 19 #include <SimuGps.h> 20 20 #ifdef GL 21 #include <SimuCameraGL.h>22 21 #include <Parser.h> 23 22 #include <Man.h> … … 96 95 #ifdef GL 97 96 SimuUsGL *us_gl; 98 99 Camera *cam_av,*cam_bas;100 97 Parser *gui; 101 98 Man *man; … … 108 105 109 106 #ifdef GL 110 gui=new Parser(simu, 960,480,640,480,media_path,scene_file);107 gui=new Parser(simu,1024,768,1024,768,media_path,scene_file); 111 108 #endif 112 109 … … 121 118 #ifdef GL 122 119 us_gl=new SimuUsGL(drone,"us",0); 123 cam_bas=new SimuCameraGL(drone,"bottom camera",320,240,640,0,0);124 cam_av=new SimuCameraGL(drone,"front camera",320,240,640,240,1);125 126 120 man=new Man(simu,"target"); 127 121 #endif -
trunk/demos/Gps/uav/CMakeLists.txt
r122 r123 5 5 SET(FLAIR_USE_FILTER TRUE) 6 6 SET(FLAIR_USE_SENSOR_ACTUATOR TRUE) 7 SET(FLAIR_USE_VISION_FILTER TRUE) 7 8 SET(FLAIR_USE_META TRUE) 8 9 SET(FLAIR_USE_GPS TRUE) 10 9 11 10 12 include($ENV{FLAIR_ROOT}/flair-dev/cmake-modules/GlobalCmakeFlair.cmake)
Note:
See TracChangeset
for help on using the changeset viewer.