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
9c7b8586
Commit
9c7b8586
authored
13 years ago
by
Jason Short
Browse files
Options
Downloads
Patches
Plain Diff
Adjusted gains to move closer to Marco's tests
parent
560985b5
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
+10
-10
10 additions, 10 deletions
ArduCopter/config.h
with
10 additions
and
10 deletions
ArduCopter/config.h
+
10
−
10
View file @
9c7b8586
...
@@ -555,7 +555,7 @@
...
@@ -555,7 +555,7 @@
#ifndef STABILIZE_D
#ifndef STABILIZE_D
# define STABILIZE_D .
06
# define STABILIZE_D .
2
#endif
#endif
...
@@ -567,7 +567,7 @@
...
@@ -567,7 +567,7 @@
// Good for smaller payload motors.
// Good for smaller payload motors.
#ifndef STABILIZE_ROLL_P
#ifndef STABILIZE_ROLL_P
# define STABILIZE_ROLL_P 4
.5
# define STABILIZE_ROLL_P 4
#endif
#endif
#ifndef STABILIZE_ROLL_I
#ifndef STABILIZE_ROLL_I
# define STABILIZE_ROLL_I 0.0
# define STABILIZE_ROLL_I 0.0
...
@@ -577,7 +577,7 @@
...
@@ -577,7 +577,7 @@
#endif
#endif
#ifndef STABILIZE_PITCH_P
#ifndef STABILIZE_PITCH_P
# define STABILIZE_PITCH_P 4
.5
# define STABILIZE_PITCH_P 4
#endif
#endif
#ifndef STABILIZE_PITCH_I
#ifndef STABILIZE_PITCH_I
# define STABILIZE_PITCH_I 0.0
# define STABILIZE_PITCH_I 0.0
...
@@ -587,7 +587,7 @@
...
@@ -587,7 +587,7 @@
#endif
#endif
#ifndef STABILIZE_YAW_P
#ifndef STABILIZE_YAW_P
# define STABILIZE_YAW_P 7.
5
// increase for more aggressive Yaw Hold, decrease if it's bouncy
# define STABILIZE_YAW_P 7.
0
// increase for more aggressive Yaw Hold, decrease if it's bouncy
#endif
#endif
#ifndef STABILIZE_YAW_I
#ifndef STABILIZE_YAW_I
# define STABILIZE_YAW_I 0.01
# define STABILIZE_YAW_I 0.01
...
@@ -601,26 +601,26 @@
...
@@ -601,26 +601,26 @@
// Stabilize Rate Control
// Stabilize Rate Control
//
//
#ifndef RATE_ROLL_P
#ifndef RATE_ROLL_P
# define RATE_ROLL_P 0.1
4
# define RATE_ROLL_P 0.1
2
#endif
#endif
#ifndef RATE_ROLL_I
#ifndef RATE_ROLL_I
# define RATE_ROLL_I 0.
18
# define RATE_ROLL_I 0.
02
#endif
#endif
#ifndef RATE_ROLL_D
#ifndef RATE_ROLL_D
# define RATE_ROLL_D 0.00
25
# define RATE_ROLL_D 0.00
8
#endif
#endif
#ifndef RATE_ROLL_IMAX
#ifndef RATE_ROLL_IMAX
# define RATE_ROLL_IMAX 5 // degrees
# define RATE_ROLL_IMAX 5 // degrees
#endif
#endif
#ifndef RATE_PITCH_P
#ifndef RATE_PITCH_P
# define RATE_PITCH_P 0.1
4
# define RATE_PITCH_P 0.1
2
#endif
#endif
#ifndef RATE_PITCH_I
#ifndef RATE_PITCH_I
# define RATE_PITCH_I 0.
18
# define RATE_PITCH_I 0.
02
#endif
#endif
#ifndef RATE_PITCH_D
#ifndef RATE_PITCH_D
# define RATE_PITCH_D 0.00
25
# define RATE_PITCH_D 0.00
8
#endif
#endif
#ifndef RATE_PITCH_IMAX
#ifndef RATE_PITCH_IMAX
# define RATE_PITCH_IMAX 5 // degrees
# define RATE_PITCH_IMAX 5 // degrees
...
...
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