mavlink_main: stream OBSTACLE_DISTANCE to GCS

This commit is contained in:
Martina 2019-08-13 20:02:12 +02:00 committed by Daniel Agar
parent 82bee2bf54
commit 0414d59ee9
1 changed files with 1 additions and 0 deletions

View File

@ -1631,6 +1631,7 @@ Mavlink::configure_streams_to_default(const char *configure_single_stream)
configure_stream_local("LOCAL_POSITION_NED", 1.0f);
configure_stream_local("NAMED_VALUE_FLOAT", 1.0f);
configure_stream_local("NAV_CONTROLLER_OUTPUT", 1.5f);
configure_stream_local("OBSTACLE_DISTANCE", 5.0f);
configure_stream_local("ODOMETRY", 3.0f);
configure_stream_local("OPTICAL_FLOW_RAD", 1.0f);
configure_stream_local("ORBIT_EXECUTION_STATUS", 5.0f);