forked from Archive/PX4-Autopilot
mavlink_main: stream OBSTACLE_DISTANCE to GCS
This commit is contained in:
parent
82bee2bf54
commit
0414d59ee9
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue