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
20592ce4
Commit
20592ce4
authored
10 years ago
by
Johan Jansen
Browse files
Options
Downloads
Patches
Plain Diff
AttPosEKF: Compile fix for protected HIL function
parent
5f5a6e84
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/ekf_att_pos_estimator/estimator_22states.h
+6
-6
6 additions, 6 deletions
src/modules/ekf_att_pos_estimator/estimator_22states.h
with
6 additions
and
6 deletions
src/modules/ekf_att_pos_estimator/estimator_22states.h
+
6
−
6
View file @
20592ce4
...
...
@@ -379,6 +379,12 @@ public:
* true if the vehicle moves like a Fixed Wing, false otherwise
**/
void
setIsFixedWing
(
const
bool
fixedWing
);
/**
* @brief
* Reset internal filter states and clear all variables to zero value
*/
void
ZeroVariables
();
protected
:
...
...
@@ -407,12 +413,6 @@ protected:
void
AttitudeInit
(
float
ax
,
float
ay
,
float
az
,
float
mx
,
float
my
,
float
mz
,
float
declination
,
float
*
initQuat
);
void
ResetStoredStates
();
/**
* @brief
* Reset internal filter states and clear all variables to zero value
*/
void
ZeroVariables
();
private
:
bool
_isFixedWing
;
///< True if the vehicle is a fixed-wing frame type
...
...
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