Skip to content

Commit

Permalink
stream ATTITUDE_QUATERNION in low bandwidth mode
Browse files Browse the repository at this point in the history
  • Loading branch information
mbjd authored and bresch committed Jan 17, 2025
1 parent f693fab commit 1eb9434
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/mavlink/mavlink_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 1eb9434

Please sign in to comment.