Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: devcontainer customisations #2

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

royratcliffe
Copy link
Owner

@royratcliffe royratcliffe commented Aug 18, 2023

Solved Problem

Fixes VS Code dev container warnings.

Solution

Adds customizations section, nesting settings and extensions. Also adds debug-tracker-vscode extension for Cortex Debug dependency warning.

Changelog Entry

For release notes:

Feature/Bugfix XYZ
New parameter: XYZ_Z
Documentation: Need to clarify page ... / done, read docs.px4.io/...

royratcliffe and others added 11 commits August 18, 2023 12:10
In the mavlink_receiver code, after a while it will try to resend some
parameter update through the MAVLink instance. But for Iridium links
those are not a good idea. So this adds a condition that prevent the
sending if the MAVLink instance is in Iridium mode.

Related to issue PX4#21496
- when GNSS is used require low mag heading innovations during
  horizontal acceleration (yaw observable) to validate the mag
- only fuse mag heading just enough to constrain the yaw estimate
  variance to a sane value. Leave enough uncertainty to allow for a
  correction when the yaw is observable through GNSS fusion
Whe the P gain is high, the test signal is large too. However, it should
not exceed what is allowed from the max rate parameter.
The current rule was producing too high gains. Also constrain the value
using the prameter's limits.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants