Changeset 329 in flair-src for branches/sanscv/demos/OpticalFlow


Ignore:
Timestamp:
09/11/19 14:23:00 (5 years ago)
Author:
Sanahuja Guillaume
Message:

section de code qui était en commentaire...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/sanscv/demos/OpticalFlow/uav/src/DemoOpticalFlow.cpp

    r328 r329  
    114114}
    115115
    116 void DemoOpticalFlow::SignalEvent(Event_t event) {/*
     116void DemoOpticalFlow::SignalEvent(Event_t event) {
    117117    UavStateMachine::SignalEvent(event);
    118118    switch(event) {
     
    129129        opticalFlowRealAcceleration->SetValue(1,0,opticalFlowAcceleration->Output(1,0)*scale);
    130130        break;
    131     }*/
     131    }
    132132}
    133133
Note: See TracChangeset for help on using the changeset viewer.