Changeset 240 in flair-src for trunk/demos/CircleFollower/simulator
- Timestamp:
- May 15, 2018, 4:51:03 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/demos/CircleFollower/simulator/src/main.cpp
r228 r240 21 21 #include <Man.h> 22 22 #include <SimuUsGL.h> 23 #include <SimuCameraGL.h> 23 24 #endif 24 25 … … 94 95 #ifdef GL 95 96 SimuUsGL* us_gl; 97 SimuCameraGL* cam_bas; 96 98 Parser* gui; 97 99 Man* man; … … 104 106 105 107 #ifdef GL 106 gui = new Parser( 1024, 768, 1024, 768, media_path, scene_file);108 gui = new Parser(960, 480, 640, 480, media_path, scene_file); 107 109 #endif 108 110 … … 117 119 #ifdef GL 118 120 us_gl = new SimuUsGL(drone, "us", 0,0); 121 cam_bas = new SimuCameraGL(drone, "bottom camera", 320, 240, 640, 0, 0,0); 119 122 120 123 man = new Man("target",1);
Note:
See TracChangeset
for help on using the changeset viewer.