Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
Ardupilot
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenSource
Ardupilot
Commits
699b84e8
Commit
699b84e8
authored
11 years ago
by
Randy Mackay
Browse files
Options
Downloads
Patches
Plain Diff
Parachute: minor comment changes
parent
2b4d2697
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
libraries/AP_Parachute/AP_Parachute.cpp
+1
-1
1 addition, 1 deletion
libraries/AP_Parachute/AP_Parachute.cpp
libraries/AP_Parachute/AP_Parachute.h
+1
-0
1 addition, 0 deletions
libraries/AP_Parachute/AP_Parachute.h
with
2 additions
and
1 deletion
libraries/AP_Parachute/AP_Parachute.cpp
+
1
−
1
View file @
699b84e8
...
@@ -44,7 +44,7 @@ const AP_Param::GroupInfo AP_Parachute::var_info[] PROGMEM = {
...
@@ -44,7 +44,7 @@ const AP_Param::GroupInfo AP_Parachute::var_info[] PROGMEM = {
// @Param: ALT_MIN
// @Param: ALT_MIN
// @DisplayName: Parachute min altitude in cm above home
// @DisplayName: Parachute min altitude in cm above home
// @Description: Parachute min altitude above home.
When vehicle is below this alt parachute cannot be released
// @Description: Parachute min altitude above home.
Parachute will not be released below this altitude. 0 to disable alt check.
// @Range: 0 10000
// @Range: 0 10000
// @Units: Centimeters
// @Units: Centimeters
// @Increment: 100
// @Increment: 100
...
...
This diff is collapsed.
Click to expand it.
libraries/AP_Parachute/AP_Parachute.h
+
1
−
0
View file @
699b84e8
...
@@ -51,6 +51,7 @@ public:
...
@@ -51,6 +51,7 @@ public:
void
update
();
void
update
();
/// alt_min_cm - returns the min altitude above home the vehicle should have before parachute is released
/// alt_min_cm - returns the min altitude above home the vehicle should have before parachute is released
/// 0 = altitude check disabled
int16_t
alt_min_cm
()
const
{
return
_alt_min_cm
;
}
int16_t
alt_min_cm
()
const
{
return
_alt_min_cm
;
}
static
const
struct
AP_Param
::
GroupInfo
var_info
[];
static
const
struct
AP_Param
::
GroupInfo
var_info
[];
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment