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
b1f19dbb
Commit
b1f19dbb
authored
13 years ago
by
Adam M Rivera
Browse files
Options
Downloads
Patches
Plain Diff
AP_AHRS_DCM.cpp: Added comments that follow the new parse structure
parent
0132392e
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
libraries/AP_AHRS/AP_AHRS_DCM.cpp
+5
-0
5 additions, 0 deletions
libraries/AP_AHRS/AP_AHRS_DCM.cpp
with
5 additions
and
0 deletions
libraries/AP_AHRS/AP_AHRS_DCM.cpp
+
5
−
0
View file @
b1f19dbb
...
@@ -25,6 +25,11 @@
...
@@ -25,6 +25,11 @@
// table of user settable parameters
// table of user settable parameters
const
AP_Param
::
GroupInfo
AP_AHRS
::
var_info
[]
PROGMEM
=
{
const
AP_Param
::
GroupInfo
AP_AHRS
::
var_info
[]
PROGMEM
=
{
// @Param: YAW_P
// @DisplayName: Yaw P
// @Description: This controls the weight the compass has on the overall heading
// @Range: 0 .4
// @Increment: .01
AP_GROUPINFO
(
"YAW_P"
,
0
,
AP_AHRS_DCM
,
_kp_yaw
),
AP_GROUPINFO
(
"YAW_P"
,
0
,
AP_AHRS_DCM
,
_kp_yaw
),
AP_GROUPEND
AP_GROUPEND
};
};
...
...
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