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
b85986cb
Commit
b85986cb
authored
13 years ago
by
rmackay9
Browse files
Options
Downloads
Patches
Plain Diff
ArduCopter: bug fix to global var_info parameter list for ahrs object.
parent
1ea2cb7b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ArduCopter/Parameters.pde
+2
-2
2 additions, 2 deletions
ArduCopter/Parameters.pde
with
2 additions
and
2 deletions
ArduCopter/Parameters.pde
+
2
−
2
View file @
b85986cb
...
@@ -321,9 +321,9 @@ static const AP_Param::Info var_info[] PROGMEM = {
...
@@ -321,9 +321,9 @@ static const AP_Param::Info var_info[] PROGMEM = {
// @Group: AHRS_
// @Group: AHRS_
// @Path: ../libraries/AP_AHRS/AP_AHRS_DCM.cpp, ../libraries/AP_AHRS/AP_AHRS_Quaternion.cpp
// @Path: ../libraries/AP_AHRS/AP_AHRS_DCM.cpp, ../libraries/AP_AHRS/AP_AHRS_Quaternion.cpp
#if DMP_ENABLED == ENABLED && CONFIG_APM_HARDWARE == APM_HARDWARE_APM2
#if DMP_ENABLED == ENABLED && CONFIG_APM_HARDWARE == APM_HARDWARE_APM2
GOBJECT
(
ahrs
,
"AHRS_"
,
AP_AHRS_DCM
),
#else
GOBJECT
(
ahrs
,
"AHRS_"
,
AP_AHRS_MPU6000
),
GOBJECT
(
ahrs
,
"AHRS_"
,
AP_AHRS_MPU6000
),
#else
GOBJECT
(
ahrs
,
"AHRS_"
,
AP_AHRS_DCM
),
#endif
#endif
#if MOUNT == ENABLED
#if MOUNT == ENABLED
...
...
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