px4flow: removed flow report in driver, just use uORB topic

This commit is contained in:
Julian Oes
2014-08-25 13:13:07 +02:00
parent 73ecbbe13d
commit d0f5eca5be
3 changed files with 35 additions and 66 deletions
+1 -1
View File
@@ -1396,7 +1396,7 @@ Mavlink::task_main(int argc, char *argv[])
configure_stream("POSITION_TARGET_GLOBAL_INT", 3.0f);
configure_stream("ATTITUDE_TARGET", 3.0f);
configure_stream("DISTANCE_SENSOR", 0.5f);
configure_stream("OPTICAL_FLOW", 0.5f);
configure_stream("OPTICAL_FLOW", 20.0f);
break;
case MAVLINK_MODE_ONBOARD: