Changeset 123 in flair-src for trunk/demos/Gps/simulator
- Timestamp:
- Jan 10, 2017, 3:56:53 PM (8 years ago)
- File:
-
- 1 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
Note:
See TracChangeset
for help on using the changeset viewer.