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
f7017f1f
Commit
f7017f1f
authored
13 years ago
by
Jason Short
Browse files
Options
Downloads
Patches
Plain Diff
Arducopter: Config.h defaults adjustments
parent
219fed14
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ArduCopter/config.h
+8
-8
8 additions, 8 deletions
ArduCopter/config.h
with
8 additions
and
8 deletions
ArduCopter/config.h
+
8
−
8
View file @
f7017f1f
...
...
@@ -430,7 +430,7 @@
#endif
#ifndef AUTO_LAND_TIME
# define AUTO_LAND_TIME
10
# define AUTO_LAND_TIME
5
#endif
...
...
@@ -565,7 +565,11 @@
// RTL Mode
#ifndef RTL_APPROACH_ALT
# define RTL_APPROACH_ALT 200
# define RTL_APPROACH_ALT 200 // cm!!!
#endif
#ifndef RTL_HOLD_ALT
# define RTL_HOLD_ALT 1500 // height to return to Home in CM, 0 = Maintain current altitude
#endif
...
...
@@ -786,10 +790,10 @@
// RATE control
#ifndef THROTTLE_P
# define THROTTLE_P 0.
4
// .25
# define THROTTLE_P 0.
3
// .25
#endif
#ifndef THROTTLE_I
# define THROTTLE_I 0.0
2
# define THROTTLE_I 0.0
3
#endif
#ifndef THROTTLE_D
# define THROTTLE_D 0.0 //
...
...
@@ -943,10 +947,6 @@
# define LOITER_RADIUS 10 // meters for circle mode
#endif
#ifndef ALT_HOLD_HOME
# define ALT_HOLD_HOME 0 // height to return to Home in CM, 0 = Maintain current altitude
#endif
#ifndef USE_CURRENT_ALT
# define USE_CURRENT_ALT FALSE
#endif
...
...
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