-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
New Mavlink GeoFence and Rally Point support #5474
Closed
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
* mavlink/master: (23 commits) Work around FlightMap weirdness Set default video streaming to Disabled. Deal with macdeployqt relocation issues Put back correct app name Overlap should not be negative Allow telemetry logging on mobile Fix shutdown signaling on android emit loadComplete even when fence/rally not supported Better logging ExternalLibs: Fix compiling on windows 64bit Camera: added RX100II Fix up MockLink and unit tests for correct component id Create vehicles only for autopilot component GeoTagController : Handle logging dropouts correctly Better param logging for mission default component case Allow RADIO_STATUS message to pass through to vehicle Support for custom build installers for Windows/OSX Support Win 7/10 for mavlink#3210 Keep Android screen from sleeping while QGC is running. RTK Indicator updates ...
* 'master' of https://github.com/mavlink/qgroundcontrol: (21 commits) Hide wind rose until bugs are fixed Fix for centerChanged double signaling PX4 tuning UI: Remove unused params PX4 copy current custom modes Shorten the set mode retries to get feedback to the user faster New polygon center calc Delay creation of MAVLinkDecoder until it is needed PX4 Firmware plugin: First try to switch flight mode, then arm if successful - which is a lot safer than arming and then seeing if we can switch modes. Firmwareplugin: Trim retry period to something that matches closer the users attention and is still long enough to allow for multiple heartbeats to pass through Vehicle: Only expose deep-down protocol errors if actively enabled Fix trigger start for images everywhere Use trigger immediately for TRIGG_DIST Support for camera min trigger interval validation GoTo Location fixes index == -1: Show label in indicator and to the side Rectangle control which eats mouse events bleeding through below Bounding extension was too short Option to take images in turnarounds Update PX4 meta data Disconnect signals and force initial request complete if possible ...
- Added menu options to select new mode as well as new settings and defaults
This reverts commit 01dea20.
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
Move entry point in survey pattern to mobile With wind rose, this feature don't make sense Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
Better display of vehicle indicators for multi-vehicle
Linux: Add missing lib
Tested in SITL, seems to work well, except for the following:
|
Flight display: Add callsign to transponders
Linux: Add missing lib
ADS-B vehicle timeout and stacked callsign
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
Internet availability test fixes
Better handling of resume mission upload failures
… into StableMerge
Rework vehicle sensors_health alert
…r-prio MAVLink decoder: Run at lowest priority
Add missing sub modes
Switch over to model based storage for the mavlink console
Wind rose solution
Closing this for final new pull |
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.
This is a replacement for #5147. It has everything that had as well as:
This should be fairly close to something that could go into daily builds.