Don Gagne
8484d0799e
Takeoff uses PILOT_TAKEOFF_ALT and ui validation only
8 years ago
Don Gagne
120781ae2e
Validation handled by ui
8 years ago
Don Gagne
566167ab86
Cubic relative altitude slider
8 years ago
Don Gagne
703c7d41a1
Alt slider min/max from settings
8 years ago
Don Gagne
3217c367bb
Merge pull request #5146 from DonLakeFlyer/FirmwareCustomVersion
...
Pull firmware custom version from PX4
8 years ago
Don Gagne
76efcc8111
Remove 0 test
8 years ago
Don Gagne
5bc0f43267
Merge pull request #5138 from bluerobotics/set-flying-bug
...
Set flying flag regardless of armed status
8 years ago
Don Gagne
f9b8eae1f3
Merge pull request #5141 from bluerobotics/sub-param-metadata
...
update APM Sub parameter metadata
8 years ago
Don Gagne
503f27f285
Merge pull request #5125 from bluerobotics/sub-stable-fw
...
Add stable APM Sub PX4-v2 firmware option.
8 years ago
Don Gagne
19dd514761
Merge pull request #5143 from AndKe/USBmodems
...
USB modems
8 years ago
DonLakeFlyer
8d7acf62cf
Make compiler happy
8 years ago
DonLakeFlyer
59f7a2fc61
Pull firmware custom version from PX4
8 years ago
Gus Grubba
745f792ef0
Merge pull request #5145 from DonLakeFlyer/SendPlanToVehicle
...
Fix PlanMasterController:sendPlanToVehicle
8 years ago
Gus Grubba
4f5855cf1c
Merge pull request #5144 from dogmaphobic/localization
...
Initial localization work.
8 years ago
DonLakeFlyer
27322f1ba3
Fix PlanMasterController:sendPlanToVehicle
8 years ago
Andre Kjellstrup
b12db296c1
USB, Corrected PID for CP210 UART
...
PID 0xea60 = 60000 , not 600000 (which is well beyond any valid PID)
8 years ago
Andre Kjellstrup
d4ee21d116
Added USB modem on FTDI adapter
8 years ago
Gus Grubba
398e7cf496
Initial localization work.
8 years ago
Don Gagne
e8cce68c3e
Merge pull request #5133 from mhkabir/pr-trigger-geotag-transitional
...
ULog Geotagging Support v2
8 years ago
Jacob Walser
b6a1d413b7
update APM Sub parameter metadata
8 years ago
Mohammed Kabir
c24cbd7204
PX4LogParser : Initialize structs so that GCC does not complain
8 years ago
Lorenz Meier
d9a4594b41
ULogParser : Initialize structs so that GCC does not complain
8 years ago
Mohammed Kabir
5b814e1a2d
Vehicle : flag GUI trigger calls as test shots
8 years ago
Mohammed Kabir
78bb82ad93
GeoTagController : add offline ULog geotagging interface
...
1. PX4Log parser is split off into its own class
2. New ULog parser implemented
8 years ago
Gus Grubba
741e3bbe1a
Merge pull request #5137 from dogmaphobic/offlineMaps
...
Map Engine
8 years ago
Jacob Walser
a390d5cfcf
Set flying flag regardless of armed status
8 years ago
Gus Grubba
e95992b014
Remove debug output.
8 years ago
Gus Grubba
9fc0f88a2c
Remove all Q_ASSERT instances from map engine.
8 years ago
Gus Grubba
deccc03e07
Merge branch 'master' of https://github.com/mavlink/qgroundcontrol into offlineMaps
...
* 'master' of https://github.com/mavlink/qgroundcontrol : (120 commits)
More fixes for line sorting
InstrumentSwipeView: update current page index on page change
Bugfix for vehicle health instrument view
Better error reporting for unknown command
Optional camera mode support
Update README.md
Guided fixes
Fix typo
Solve problem with windRosePie Focus
Add armed indicator for Sub
Add USB json config for CF2
Some simple fixes
Correctly place firmware plugin instance data with Vehicle
Survey area is always convex polygon
Solve some typos
Remove lost code and update z position of pie
Change pie color with theme
Change wind compass color with theme
Make wind compass to be only visible in fixed-wing
Add support for SET_CAMERA_MODE command
...
8 years ago
Don Gagne
cbdc5cd4e9
Merge pull request #5041 from HorusAeronaves/windrose
...
Add wind rose in survey pattern editor
8 years ago
Don Gagne
5a77a96efb
Merge pull request #5129 from DonLakeFlyer/ErrorReporting
...
Plan upload: Better error reporting for unknown command
8 years ago
Don Gagne
3af45747f8
Merge pull request #5128 from DonLakeFlyer/CameraMode
...
Optional camera mode support
8 years ago
Don Gagne
f8b5457437
Merge pull request #5131 from DonLakeFlyer/LineSort
...
Plan: More fixes for line sorting
8 years ago
Don Gagne
3f0806ac10
Merge pull request #5130 from bluerobotics/vehicle-health-bug
...
Bugfix for vehicle health instrument view
8 years ago
DonLakeFlyer
78c37693c1
More fixes for line sorting
8 years ago
Jacob Walser
79527600ac
InstrumentSwipeView: update current page index on page change
8 years ago
Jacob Walser
ea4bfaf842
Bugfix for vehicle health instrument view
8 years ago
DonLakeFlyer
bf0baf70fd
Better error reporting for unknown command
8 years ago
DonLakeFlyer
eba409e0c8
Optional camera mode support
8 years ago
Don Gagne
4fc1047bff
Merge pull request #5124 from DonLakeFlyer/GuidedFixes
...
Guided fixes
8 years ago
Jacob Walser
c5229b92f5
Add stable APM Sub PX4-v2 firmware option.
8 years ago
Hamish Willee
9e4ab98d2b
Update README.md
...
Fix up some links to changed doc locations
8 years ago
Don Gagne
c3a8400e54
Guided fixes
...
- Altitude slider not showing up
- Continue mission not showing up in action list
8 years ago
Don Gagne
d32ab81d34
Merge pull request #4316 from dennisss/cf2
...
CF2 Support
8 years ago
Don Gagne
3d60c734bd
Merge pull request #5122 from bluerobotics/sub-armed-indicator
...
Add armed indicator for Sub
8 years ago
Don Gagne
a042a8d154
Merge pull request #5123 from DonLakeFlyer/Typo
...
Fix typo
8 years ago
Don Gagne
5012275aa6
Merge pull request #5117 from DonLakeFlyer/LogReplayFixes
...
Some simple fixes to LogReplay
8 years ago
DonLakeFlyer
40cf0e1408
Fix typo
8 years ago
Patrick José Pereira
5a4ee77987
Solve problem with windRosePie Focus
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
8 years ago
Jacob Walser
56a4f1259c
Add armed indicator for Sub
8 years ago