Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
Baitboat
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
Baitboat
Commits
072c2479
Commit
072c2479
authored
13 years ago
by
rmackay9
Browse files
Options
Downloads
Patches
Plain Diff
ArduCopter: reduce stabilize roll, pitch and rate yaw IMAX values
parent
529e1bcc
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 @
072c2479
...
@@ -595,19 +595,19 @@
...
@@ -595,19 +595,19 @@
#ifdef MOTORS_JD880
#ifdef MOTORS_JD880
# define STABILIZE_ROLL_P 3.7
# define STABILIZE_ROLL_P 3.7
# define STABILIZE_ROLL_I 0.0
# define STABILIZE_ROLL_I 0.0
# define STABILIZE_ROLL_IMAX
40
.0 // degrees
# define STABILIZE_ROLL_IMAX
8
.0 // degrees
# define STABILIZE_PITCH_P 3.7
# define STABILIZE_PITCH_P 3.7
# define STABILIZE_PITCH_I 0.0
# define STABILIZE_PITCH_I 0.0
# define STABILIZE_PITCH_IMAX
40
.0 // degrees
# define STABILIZE_PITCH_IMAX
8
.0 // degrees
#endif
#endif
#ifdef MOTORS_JD850
#ifdef MOTORS_JD850
# define STABILIZE_ROLL_P 4.2
# define STABILIZE_ROLL_P 4.2
# define STABILIZE_ROLL_I 0.0
# define STABILIZE_ROLL_I 0.0
# define STABILIZE_ROLL_IMAX
40
.0 // degrees
# define STABILIZE_ROLL_IMAX
8
.0 // degrees
# define STABILIZE_PITCH_P 4.2
# define STABILIZE_PITCH_P 4.2
# define STABILIZE_PITCH_I 0.0
# define STABILIZE_PITCH_I 0.0
# define STABILIZE_PITCH_IMAX
40
.0 // degrees
# define STABILIZE_PITCH_IMAX
8
.0 // degrees
#endif
#endif
...
@@ -633,7 +633,7 @@
...
@@ -633,7 +633,7 @@
# define STABILIZE_ROLL_I 0.01
# define STABILIZE_ROLL_I 0.01
#endif
#endif
#ifndef STABILIZE_ROLL_IMAX
#ifndef STABILIZE_ROLL_IMAX
# define STABILIZE_ROLL_IMAX
4
0 // degrees
# define STABILIZE_ROLL_IMAX
8.
0 // degrees
#endif
#endif
#ifndef STABILIZE_PITCH_P
#ifndef STABILIZE_PITCH_P
...
@@ -643,7 +643,7 @@
...
@@ -643,7 +643,7 @@
# define STABILIZE_PITCH_I 0.01
# define STABILIZE_PITCH_I 0.01
#endif
#endif
#ifndef STABILIZE_PITCH_IMAX
#ifndef STABILIZE_PITCH_IMAX
# define STABILIZE_PITCH_IMAX
4
0 // degrees
# define STABILIZE_PITCH_IMAX
8.
0 // degrees
#endif
#endif
#ifndef STABILIZE_YAW_P
#ifndef STABILIZE_YAW_P
...
@@ -653,7 +653,7 @@
...
@@ -653,7 +653,7 @@
# define STABILIZE_YAW_I 0.02
# define STABILIZE_YAW_I 0.02
#endif
#endif
#ifndef STABILIZE_YAW_IMAX
#ifndef STABILIZE_YAW_IMAX
# define STABILIZE_YAW_IMAX 8 // degrees * 100
# define STABILIZE_YAW_IMAX 8
.0
// degrees * 100
#endif
#endif
...
@@ -670,7 +670,7 @@
...
@@ -670,7 +670,7 @@
# define RATE_ROLL_D 0.005
# define RATE_ROLL_D 0.005
#endif
#endif
#ifndef RATE_ROLL_IMAX
#ifndef RATE_ROLL_IMAX
# define RATE_ROLL_IMAX 5 // degrees
# define RATE_ROLL_IMAX 5
.0
// degrees
#endif
#endif
#ifndef RATE_PITCH_P
#ifndef RATE_PITCH_P
...
@@ -683,7 +683,7 @@
...
@@ -683,7 +683,7 @@
# define RATE_PITCH_D 0.005
# define RATE_PITCH_D 0.005
#endif
#endif
#ifndef RATE_PITCH_IMAX
#ifndef RATE_PITCH_IMAX
# define RATE_PITCH_IMAX 5 // degrees
# define RATE_PITCH_IMAX 5
.0
// degrees
#endif
#endif
#ifndef RATE_YAW_P
#ifndef RATE_YAW_P
...
@@ -696,7 +696,7 @@
...
@@ -696,7 +696,7 @@
# define RATE_YAW_D 0.000
# define RATE_YAW_D 0.000
#endif
#endif
#ifndef RATE_YAW_IMAX
#ifndef RATE_YAW_IMAX
# define RATE_YAW_IMAX
5
0 // degrees
# define RATE_YAW_IMAX
8.
0 // degrees
#endif
#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