mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
stream ATTITUDE_QUATERNION in low bandwidth mode
This commit is contained in:
parent
f693fab7c8
commit
1eb9434b8c
@ -1744,6 +1744,7 @@ Mavlink::configure_streams_to_default(const char *configure_single_stream)
|
||||
configure_stream_local("CAMERA_TRIGGER", unlimited_rate);
|
||||
configure_stream_local("LOCAL_POSITION_NED", 30.0f);
|
||||
configure_stream_local("ATTITUDE", 20.0f);
|
||||
configure_stream_local("ATTITUDE_QUATERNION", 20.0f);
|
||||
configure_stream_local("ALTITUDE", 10.0f);
|
||||
configure_stream_local("DISTANCE_SENSOR", 10.0f);
|
||||
configure_stream_local("MOUNT_ORIENTATION", 10.0f);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user