Changeset 123 in flair-src for trunk/demos/CircleFollower


Ignore:
Timestamp:
01/10/17 15:56:53 (7 years ago)
Author:
Sanahuja Guillaume
Message:

vision filter

Location:
trunk/demos/CircleFollower
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/demos/CircleFollower/simulator/src/main.cpp

    r23 r123  
    1818#include <SimuImu.h>
    1919#ifdef GL
    20 #include <SimuCameraGL.h>
    2120#include <Parser.h>
    2221#include <Man.h>
     
    9493#ifdef GL
    9594    SimuUsGL* us_gl;
    96 
    97     Camera *cam_av,*cam_bas;
    9895    Parser *gui;
    9996    Man *man;
     
    106103
    107104#ifdef GL
    108     gui=new Parser(simu,960,480,640,480,media_path,scene_file);
     105    gui=new Parser(simu,1024,768,1024,768,media_path,scene_file);
    109106#endif
    110107
     
    119116#ifdef GL
    120117    us_gl=new SimuUsGL(drone,"us",0);
    121     cam_bas=new SimuCameraGL(drone,"bottom camera",320,240,640,0,0);
    122     cam_av=new SimuCameraGL(drone,"front camera",320,240,640,240,1);
     118   
    123119
    124120    man=new Man(simu,"target");
  • trunk/demos/CircleFollower/uav/CMakeLists.txt

    r42 r123  
    55SET(FLAIR_USE_FILTER TRUE)
    66SET(FLAIR_USE_SENSOR_ACTUATOR TRUE)
     7SET(FLAIR_USE_VISION_FILTER TRUE)
    78SET(FLAIR_USE_META TRUE)
    89SET(FLAIR_USE_VRPN TRUE)
Note: See TracChangeset for help on using the changeset viewer.