mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-06 03:40:35 +08:00
mavlink: temporarily disable ACTUATOR_OUTPUT_STATUS stream by default
- the presence of this stream appears to be causing the MAVSDK tests to fail and needs to be investigated
This commit is contained in:
@@ -1622,7 +1622,6 @@ Mavlink::configure_streams_to_default(const char *configure_single_stream)
|
||||
configure_stream_local("ODOMETRY", 30.0f);
|
||||
|
||||
configure_stream_local("ACTUATOR_CONTROL_TARGET0", 10.0f);
|
||||
configure_stream_local("ACTUATOR_OUTPUT_STATUS", 10.0f);
|
||||
configure_stream_local("ADSB_VEHICLE", unlimited_rate);
|
||||
configure_stream_local("ATTITUDE_QUATERNION", 50.0f);
|
||||
configure_stream_local("ATTITUDE_TARGET", 10.0f);
|
||||
|
||||
Reference in New Issue
Block a user