Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
mbjd committed Dec 19, 2024
1 parent e591f29 commit 6766463
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 @@ -672,6 +672,7 @@ Mavlink::set_hil_enabled(bool hil_enabled)
configure_stream("HIL_STATE_QUATERNION", 25.0f); // ground truth to display the SIH
// stream attitude also as quaternion for correct display
configure_stream("ATTITUDE_QUATERNION", 20.0f);

} else {
configure_stream("HIL_STATE_QUATERNION", 0.0f);
}
Expand Down

0 comments on commit 6766463

Please sign in to comment.