Updates to SDL and apm_planner to work with MSVC2013 - Redux#2
Open
vo wants to merge 103 commits intolabtoast:missionviewfrom
vo:missionview
Open
Updates to SDL and apm_planner to work with MSVC2013 - Redux#2vo wants to merge 103 commits intolabtoast:missionviewfrom vo:missionview
vo wants to merge 103 commits intolabtoast:missionviewfrom
vo:missionview
Conversation
…han 8 channels
…hould used signed for 'h' values
Missing letter
Spektrum DX6i 6CH rx reports 898 on CH7 as the minimum. This fixes the issue in it would be rejected as valid by default.
Note: will need to delete ~/apmplanner2/mapscache dir
…added info to readme about additional dependancies
…e is found for loaded tlogs
"Write" is more consistent than "Wave" with the terminology we use, Load/save is file operations, write is for parameters.
-Amend Duplicate META+S hotkeys Meta+s = save to file Meta+r = read from vehicle Meta+l = load from file meta+w = write to vehicle
- Add changes for LinkManager Factory and UDP_CLIENT link type
There is no need to create the default directory when the settings are read, because each getter also creates the directory which is either the default directory or the directory read from the settings file
…t in these fields is not applied
If the dialog was accepted by the user the settings are stored based on the current joystick ID If the dialog was rejected by the user the last settings are restored
…utton state changes Before all button lables have always been updated and reset every 100ms with a timer, which resulted in flickering of the labels
…there are joysticks with more than 11 buttons
…ow initializing a joystick during runtime Whenever a new joystick is detected load the settings for this joystick and update the UI
It was possible that if the comm settings dialog was opened the "Link Error" message box was hidden below the comm settings dialog which makes the main application appearing as non responding
This adds distance from previous waypoint. Very useful when user needs to verify/plan a survey grid for proper overlap.
This file contains hidden or 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
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.
Requirements:
Procedure:
Run qmake on qgroundcontrol.pro and build as normal. When you run apm_planner, you need to make sure the working directory is the root of the apm_planner directory or move the build destination directory to some other directory.