|
2 | 2 |
|
3 | 3 | This topic contains a high level and *non-exhaustive* list of new features added to *QGroundControl* since the last [stable release](../releases/release_notes.md). These features are available in [daily builds](../releases/daily_builds.md).
|
4 | 4 |
|
5 |
| - |
6 |
| -## Settings |
7 |
| - |
8 |
| -### Telemetry log auto-save |
9 |
| -If you have *Save telemetry log after each flight* turned on you will no longer be prompted as to where to save the log each time the vehicle disarms. Logs will automatically be saved to the save path specified in *Settings*. |
10 |
| - |
11 |
| -### AutoLoad plans |
12 |
| -If this setting is turned on, QGC will automatically upload a plan to the vehicle when it connects. The plan file must be named **AutoLoad#.plan** where the # is replaced with the vehicle id. The location of the plan file is in the file save path as specified above. |
13 |
| - |
14 |
| -### File Save path |
15 |
| -You can now specify a save path which QGC will use as the default location to save files such as Parameters, Telemetry or Mission Plans. |
16 |
| - |
17 |
| -### RTK GPS |
18 |
| -You can now specify the *Survey in accuracy* and *Minimum observation duration* for use with a connected RTK GPS. |
19 |
| - |
20 |
| -## Setup |
21 |
| - |
22 |
| -### ArduPilot - Pre-Flight Barometer and Airspeed calibration |
23 |
| -This is now supported from the Sensors page. |
24 |
| - |
25 |
| -### ArduPilot - Copy RC Trims |
26 |
| -This is now supported from the Copy Trims button on the Radio setup page. |
27 |
| - |
28 |
| -## Plan View |
29 |
| - |
30 |
| -### Plan files |
31 |
| -Previous version of QGC saved missions, geo-fences and rally points in separate files (**.mission**, **.fence**, **.rally**). QGC now save all information related to a flight plan into a single file called a *Plan File* with a file extension of **.plan**. |
32 |
| - |
33 |
| -### Plan Toolbar |
34 |
| - |
35 |
| - |
36 |
| -The new Plan Toolbar is displayed at the top of the Plan View. It shows you information related to the currently selected waypoint as well as statistics for the entire mission. |
37 |
| - |
38 |
| -When you are connected to a vehicle it also show an *Upload* button which can be used to upload the plan to the vehicle. |
39 |
| - |
40 |
| -### Mission Settings |
41 |
| -The Mission Settings panel allows you to specify values which apply to the entire mission, or settings you want to control right at the beginning of a mission. This is the first item in the mission list on the right of the screen. |
42 |
| - |
43 |
| -<img src="../../images/plan/MissionSettings.jpg" style="width: 150px;"/> |
44 |
| - |
45 |
| -#### Mission defaults |
46 |
| - |
47 |
| -##### Waypoint alt |
48 |
| -This specifies the default altitude for newly added mission items. If you update this value while you have a mission loaded it will prompt you to update all the the waypoints to this new altitude. |
49 |
| - |
50 |
| -##### Flight speed |
51 |
| -This allows you to set the flight speed for the mission to be different than the default mission speed. |
52 |
| - |
53 |
| -##### RTL after mission end |
54 |
| -Check this if you want your vehicle to RTL after the final mission item. |
55 |
| - |
56 |
| -#### Camera section |
57 |
| - |
58 |
| -<img src="../../images/plan/MissionSettingsCameraSection.jpg" style="width: 150px;"/> |
59 |
| - |
60 |
| -The camera section allows you to specify a camera action to take, control the gimbal and set your camera into photo or video mode. |
61 |
| - |
62 |
| -The camera actions available are: |
63 |
| - |
64 |
| -* Continue current action |
65 |
| -* Take photos (time) |
66 |
| -* Take photos (distance) |
67 |
| -* Stop taking photos |
68 |
| -* Start recording video |
69 |
| -* Stop recording video |
70 |
| - |
71 |
| -#### Vehicle Info section |
72 |
| - |
73 |
| -<img src="../../images/plan/MissionSettingsVehicleInfoSection.jpg" style="width: 150px;"/> |
74 |
| - |
75 |
| -When planning a mission the firmware being run on the vehicle as well as the vehicle type must be known in order for QGroundControl to show you the mission commands which are appropriate for your vehicle. |
76 |
| - |
77 |
| -If you are planning a mission while you are connected to your vehicle the Firmware and Vehicle Type will be determined from the vehicle. If you are planning a mission while not connected to a vehicle you will need to specify this information yourself. |
78 |
| - |
79 |
| -The additional value that can be specified when planning a mission is the vehicle flight speed. By specifying this value, total mission or survey times can be approximated even when not connected to a vehicle. |
80 |
| - |
81 |
| -#### Planned Home Position |
82 |
| -<img src="../../images/plan/MissionSettingsPlannedHomePositionSection.jpg" style="width: 150px;"/> |
83 |
| - |
84 |
| -The planned home position allows you to simulate the vehicle's home position while planning a mission. This way you see the waypoint trajectory for your vehicle from takeoff to mission completion. Keep in mind that this is only the "planned" home position and you should place it where you plan to start the vehicle from. It has no actual impact on flying the mission. The actual home position of a vehicle is set by the vehicle itself when arming. |
85 |
| - |
86 |
| -### New Waypoint features |
87 |
| - |
88 |
| -<img src="../../images/plan/Waypoint.jpg" style="width: 150px;"/> |
89 |
| - |
90 |
| -* You can now adjust heading and flight speed for each waypoint. |
91 |
| -* There is a camera section available for camera changes on each waypoint. Explanation of Camera Section can be read under Mission Settings above. |
92 |
| - |
93 |
| -### Visual Gimbal direction |
94 |
| - |
95 |
| -<img src="../../images/plan/GimbalDirection.jpg" style="width: 300px;"/> |
96 |
| - |
97 |
| -If you specify gimbal yaw changes on waypoints, both the plan and fly views will show you a visual representation of the gimbal direction. |
98 |
| - |
99 |
| -### Pattern tool |
100 |
| - |
101 |
| -There is a new *Pattern tool*. The following patterns are supported: |
102 |
| - |
103 |
| -* Fixed Wing Landing (new) |
104 |
| -* Survey (with new features) |
105 |
| - |
106 |
| -#### Fixed Wing Landing Pattern |
107 |
| - |
108 |
| - |
109 |
| -This adds a landing pattern for fixed wings to your mission. The first point of the pattern is the loiter point which commands to vehicle to loiter to a specific altitude. Once that altitude is reached, the vehicle will begin the landing sequence and fly down to the specified landing spot. |
110 |
| - |
111 |
| -Both the loiter and land points can be dragged to adjust. Also all the various values associated with the pattern can be adjusted. |
112 |
| - |
113 |
| -#### Survey (new features) |
114 |
| -* Images are not automatically taken in the turnaround zone outside of the polygonal survey area. |
115 |
| -* There is a new *Hover and Capture* option which can be used to capture the highest quality image at each image location. The vehicle will stop at each image location prior to taking the image such that the vehicle is stable while the image is taken. |
116 |
| -* There is a new option to re-fly the survey grid at a 90 degree angle to the previous pass. This allows you to generate much denser coverage for the images. |
117 |
| - |
118 |
| - |
119 |
| - |
120 |
| -Manipulating the survey area polygon is now easier to use on tablets with touch screens: |
121 |
| - |
122 |
| -* You can drag the entire polygon to a new location by dragging the center point handle. |
123 |
| -* Each polygon vertex can be dragged to a new location. |
124 |
| -* To remove a polygon vertex, simple click on the drag handle for it. |
125 |
| -* Click on the **+** handles to add a new vertex between two existing vertices. |
126 |
| - |
127 |
| -## Fly View |
128 |
| - |
129 |
| -### Arm/Disarm |
130 |
| - |
131 |
| -### Guided Actions |
132 |
| - |
133 |
| -* Takeoff |
134 |
| -* Land |
135 |
| -* RTL |
136 |
| -* Pause |
137 |
| -* Actions |
138 |
| - * Start Mission |
139 |
| - * Resume Mission |
140 |
| - * Change Altitude |
141 |
| - * Land Abort |
142 |
| -* Direct interaction with map |
143 |
| - * Set Waypoint |
144 |
| - * Goto Location |
145 |
| - |
146 |
| -### Remove mission after vehicle lands |
147 |
| -You will be prompted to remove the mission from the vehicle after the mission completes and the vehicle lands and disarms. This is meant to prevent issues where stale missions are unknowingly left on a vehicle cause unexpected behavior. |
148 |
| - |
149 |
| -### Instrument panel |
150 |
| -#### Camera trigger |
151 |
| - |
152 |
| - |
153 |
| -#### Flight Time |
154 |
| -Flight time is now available for display in the instrument panel. For new users, flight time will be shown by defeault. For existing users who have already modified their instrument panel values you will have to add it yourself if you want to use it. |
155 |
| - |
156 |
| -## Analyze View |
157 |
| -* Log download moved to Analyze view from menu |
158 |
| -* New GeoTag images support for PX4 Pro firmware |
159 |
| -* New Mavlink Console which provides access the the nsh shell running on the vehicle. |
160 |
| - |
161 |
| -### Multi-Vehicle View |
162 |
| - |
163 |
| -There is a new view available when you have multiple vehicles connected to QGC. It will only show up when more than one vehicle is connected. When that happens you will see an additional set of radio button at the top right of the Plan view. |
164 |
| - |
165 |
| -<img src="../../images/daily_build_changes/MultiVehicleRadios.jpg" style="width: 150px;"/> |
166 |
| - |
167 |
| -Click the **Multi-Vehicle** radio button to replace the instrument panel with the multi-vehicle list: |
168 |
| - |
169 |
| -<img src="../../images/daily_build_changes/MultiVehicleList.jpg" style="width: 150px;"/> |
170 |
| - |
171 |
| -The example above shows three vehicles. The numbers are the vehicle id. In the large font is the current flight mode. You can click the flight mode name to change to a different flight mode. To the right are small version of the instruments for each vehicle. You can command the vehicle to do the following actions from the control panel: |
172 |
| - |
173 |
| -* Arm/Disarm |
174 |
| -* Start/Stop a mission |
175 |
| -* Return to Launch |
176 |
| -* Take Control back of the vehicle by returning to manual control from a mission. |
177 |
| - |
178 |
| -#### Multi-Vehicle Gotchas - Unique vehicle ids |
179 |
| -Each vehicle connected to QGC must have a unique id. Otherwise QGC will think the vehicles are actually the same vehicle. The symptom of this is the Plan view jerking around as it tries to position itself to one vehicle and then the next. For PX4 Pro firmwares this is the `MAV_SYS_ID` parameter. For ArduPilot firmwares it is the ```SYSID_THISMAV``` parameter. |
180 |
| - |
181 |
| -## Support for third-party customized QGroundControl |
182 |
| -Standard QGC supports multiple firmware types and multiple vehicle types. There is now support in QGC which allows a third-party to create their own custom version of QGC which is targeted specifically to their custom vehicle. They can then release their own version of QGC with their vehicle. |
| 5 | +**No changes yet** |
0 commit comments