Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Firmware
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alberto Ruiz Garcia
Firmware
Commits
018c6cec
Commit
018c6cec
authored
9 years ago
by
Daniel Agar
Committed by
Lorenz Meier
9 years ago
Browse files
Options
Downloads
Patches
Plain Diff
mc_att_control_multiplatform param @unit
parent
55b33e97
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/modules/mc_att_control_multiplatform/mc_att_control_params.c
+11
-0
11 additions, 0 deletions
...ules/mc_att_control_multiplatform/mc_att_control_params.c
with
11 additions
and
0 deletions
src/modules/mc_att_control_multiplatform/mc_att_control_params.c
+
11
−
0
View file @
018c6cec
...
...
@@ -45,6 +45,7 @@
*
* Roll proportional gain, i.e. desired angular speed in rad/s for error 1 rad.
*
* @unit
* @min 0.0
* @group Multicopter Attitude Control
*/
...
...
@@ -55,6 +56,7 @@ PX4_PARAM_DEFINE_FLOAT(MP_ROLL_P);
*
* Roll rate proportional gain, i.e. control output for angular speed error 1 rad/s.
*
* @unit
* @min 0.0
* @group Multicopter Attitude Control
*/
...
...
@@ -65,6 +67,7 @@ PX4_PARAM_DEFINE_FLOAT(MP_ROLLRATE_P);
*
* Roll rate integral gain. Can be set to compensate static thrust difference or gravity center offset.
*
* @unit
* @min 0.0
* @group Multicopter Attitude Control
*/
...
...
@@ -75,6 +78,7 @@ PX4_PARAM_DEFINE_FLOAT(MP_ROLLRATE_I);
*
* Roll rate differential gain. Small values help reduce fast oscillations. If value is too big oscillations will appear again.
*
* @unit
* @min 0.0
* @group Multicopter Attitude Control
*/
...
...
@@ -96,6 +100,7 @@ PX4_PARAM_DEFINE_FLOAT(MP_PITCH_P);
*
* Pitch rate proportional gain, i.e. control output for angular speed error 1 rad/s.
*
* @unit
* @min 0.0
* @group Multicopter Attitude Control
*/
...
...
@@ -106,6 +111,7 @@ PX4_PARAM_DEFINE_FLOAT(MP_PITCHRATE_P);
*
* Pitch rate integral gain. Can be set to compensate static thrust difference or gravity center offset.
*
* @unit
* @min 0.0
* @group Multicopter Attitude Control
*/
...
...
@@ -116,6 +122,7 @@ PX4_PARAM_DEFINE_FLOAT(MP_PITCHRATE_I);
*
* Pitch rate differential gain. Small values help reduce fast oscillations. If value is too big oscillations will appear again.
*
* @unit
* @min 0.0
* @group Multicopter Attitude Control
*/
...
...
@@ -137,6 +144,7 @@ PX4_PARAM_DEFINE_FLOAT(MP_YAW_P);
*
* Yaw rate proportional gain, i.e. control output for angular speed error 1 rad/s.
*
* @unit
* @min 0.0
* @group Multicopter Attitude Control
*/
...
...
@@ -147,6 +155,7 @@ PX4_PARAM_DEFINE_FLOAT(MP_YAWRATE_P);
*
* Yaw rate integral gain. Can be set to compensate static thrust difference or gravity center offset.
*
* @unit
* @min 0.0
* @group Multicopter Attitude Control
*/
...
...
@@ -157,6 +166,7 @@ PX4_PARAM_DEFINE_FLOAT(MP_YAWRATE_I);
*
* Yaw rate differential gain. Small values help reduce fast oscillations. If value is too big oscillations will appear again.
*
* @unit
* @min 0.0
* @group Multicopter Attitude Control
*/
...
...
@@ -167,6 +177,7 @@ PX4_PARAM_DEFINE_FLOAT(MP_YAWRATE_D);
*
* Feed forward weight for manual yaw control. 0 will give slow responce and no overshot, 1 - fast responce and big overshot.
*
* @unit
* @min 0.0
* @max 1.0
* @group Multicopter Attitude Control
...
...
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