Changeset 328 in flair-src for branches/sanscv/demos
- Timestamp:
- 09/04/19 15:11:26 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/sanscv/demos/OpticalFlow/uav/src/DemoOpticalFlow.cpp
r325 r328 114 114 } 115 115 116 void DemoOpticalFlow::SignalEvent(Event_t event) { 116 void DemoOpticalFlow::SignalEvent(Event_t event) {/* 117 117 UavStateMachine::SignalEvent(event); 118 118 switch(event) { … … 129 129 opticalFlowRealAcceleration->SetValue(1,0,opticalFlowAcceleration->Output(1,0)*scale); 130 130 break; 131 } 131 }*/ 132 132 } 133 133
Note:
See TracChangeset
for help on using the changeset viewer.