Ignore:
Timestamp:
05/15/18 16:42:44 (6 years ago)
Author:
Bayard Gildas
Message:

tests

File:
1 edited

Legend:

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

    r232 r239  
    1818#include <tclap/CmdLine.h>
    1919#include <TargetEthController.h>
     20#include <VisionFilter.h>
    2021
    2122using namespace TCLAP;
     
    3839int main(int argc, char* argv[]) {
    3940    parseOptions(argc,argv);
     41
     42    if(!InitVisionFilter("file=tutu")) {
     43        exit(1);
     44    }
    4045
    4146    FrameworkManager *manager;
Note: See TracChangeset for help on using the changeset viewer.