Update optical flow interface

This commit is contained in:
kamilritz
2020-01-23 17:46:21 +01:00
committed by Roman Bapst
parent cafb1400fb
commit f3d790a664
12 changed files with 46 additions and 57 deletions
+1 -2
View File
@@ -161,8 +161,7 @@ TEST_F(EkfFusionLogicTest, doFlowFusion)
// WHEN: Flow data is not send and we enable flow fusion
_sensor_simulator.stopFlow();
_sensor_simulator.runSeconds(3); // TODO: without this line tests fail
// probably there are still values in the buffer.
_sensor_simulator.runSeconds(1); // empty buffer
_ekf_wrapper.enableFlowFusion();
_sensor_simulator.runSeconds(3);