forked from mavlink/qgroundcontrol
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8bf441a
commit 790d03b
Showing
32 changed files
with
2,393 additions
and
16 deletions.
There are no files selected for viewing
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
[ | ||
{ | ||
"name": "Altitude", | ||
"shortDescription": "Altitude for the bottom layer of the structure scan.", | ||
"type": "double", | ||
"units": "m", | ||
"decimalPlaces": 1, | ||
"defaultValue": 50 | ||
}, | ||
{ | ||
"name": "CorridorWidth", | ||
"shortDescription": "Corridor width. Specify 0 width for a single pass scan.", | ||
"type": "double", | ||
"units": "m", | ||
"min": 0, | ||
"decimalPlaces": 1, | ||
"defaultValue": 50 | ||
}, | ||
{ | ||
"name": "Trigger distance", | ||
"shortDescription": "Distance between each triggering of the camera. 0 specifies not camera trigger.", | ||
"type": "double", | ||
"decimalPlaces": 2, | ||
"min": 0, | ||
"units": "m", | ||
"defaultValue": 25 | ||
}, | ||
{ | ||
"name": "GridSpacing", | ||
"shortDescription": "Amount of spacing in between parallel grid lines.", | ||
"type": "double", | ||
"decimalPlaces": 2, | ||
"min": 0.1, | ||
"units": "m", | ||
"defaultValue": 30 | ||
}, | ||
{ | ||
"name": "TurnaroundDist", | ||
"shortDescription": "Amount of additional distance to add outside the grid area for vehicle turnaround.", | ||
"type": "double", | ||
"decimalPlaces": 2, | ||
"min": 0, | ||
"units": "m", | ||
"defaultValue": 30 | ||
} | ||
] |
Oops, something went wrong.