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
3e3b9303
Commit
3e3b9303
authored
12 years ago
by
Randy Mackay
Browse files
Options
Downloads
Patches
Plain Diff
Copter: reduce default AltHold P to 1.0 (was 2.0)
This helps reduce jumpiness due to althold feed forward
parent
fbe166d8
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
ArduCopter/ReleaseNotes.txt
+1
-0
1 addition, 0 deletions
ArduCopter/ReleaseNotes.txt
ArduCopter/config.h
+1
-1
1 addition, 1 deletion
ArduCopter/config.h
with
2 additions
and
1 deletion
ArduCopter/ReleaseNotes.txt
+
1
−
0
View file @
3e3b9303
...
@@ -5,6 +5,7 @@ Improvements over 3.0.0-rc5
...
@@ -5,6 +5,7 @@ Improvements over 3.0.0-rc5
1) bug fix to Circle mode's start position (was moving to last loiter target)
1) bug fix to Circle mode's start position (was moving to last loiter target)
2) WP_ACCEL parameter added to allow user to adjust acceleration during missions
2) WP_ACCEL parameter added to allow user to adjust acceleration during missions
3) loiter acceleration set to half of LOIT_SPEED parameter value (was hard-coded)
3) loiter acceleration set to half of LOIT_SPEED parameter value (was hard-coded)
4) reduce AltHold P to 1.0 (was 2.0)
------------------------------------------------------------------
------------------------------------------------------------------
ArduCopter 3.0.0-rc5 04-Jun-2013
ArduCopter 3.0.0-rc5 04-Jun-2013
Improvements over 3.0.0-rc4
Improvements over 3.0.0-rc4
...
...
This diff is collapsed.
Click to expand it.
ArduCopter/config.h
+
1
−
1
View file @
3e3b9303
...
@@ -918,7 +918,7 @@
...
@@ -918,7 +918,7 @@
#endif
#endif
#ifndef ALT_HOLD_P
#ifndef ALT_HOLD_P
# define ALT_HOLD_P
2
.0f
# define ALT_HOLD_P
1
.0f
#endif
#endif
#ifndef ALT_HOLD_I
#ifndef ALT_HOLD_I
# define ALT_HOLD_I 0.0f
# define ALT_HOLD_I 0.0f
...
...
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