-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
Big mother of a PR for PX4 WSL2 support [I will delete this when the other smaller PR's are completed] #3546
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
add documentation for WSL2 connections
Add PX4 Barometer setting override to avoid never ending PX4 warnings that say "baro hgt timeout - reset to baro" and stop arming the drone with "WARN [PreFlightCheck] Preflight Fail: height estimate not stable"
…ith new settings that can override default values on the barometer to make it work better with PX4.
…nup how those settings are parsed.
Add mavlink logging option. Fix LogViewer so it can view those logs. Add "remote" option for "ControlIp" to make it easier. Update docs accordingly.
…izes the data (using averaging) instead of depending on WPF to scale the polylines.
…add a stability_test.py script.
This PR is getting a bit big, so I'm going to break it up into smaller pieces. |
lovettchris
changed the title
fix broken links and add documentation for PX4 WSL2 support.
Big mother of a PR for PX4 WSL2 support [I will delete this when the other smaller PR's are completed]
Apr 20, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes: #
NOTE: this PR has gotten too big, so I broke it into 4, #3601, #3596, #3575, #3561.
Once those are merged I'll be able to check if I missed anything in this PR.
About
Fixing broken links and adding missing documeentation
How Has This Been Tested?
Broken links were tested with a tool that crawls the website.
WSL2 PX4 SITL support was tested manually.
Screenshots (if appropriate):
email me for a demo.