Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
c7a98f86
Commit
c7a98f86
authored
Jun 10, 2011
by
LM
Browse files
Fixed small Eigen-related execution error
parent
ae162cec
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/uas/UASManager.h
View file @
c7a98f86
...
...
@@ -224,7 +224,12 @@ signals:
void
activeUASStatusChanged
(
int
systemId
,
bool
active
);
/** @brief Current home position changed */
void
homePositionChanged
(
double
lat
,
double
lon
,
double
alt
);
public:
/* Need to align struct pointer to prevent a memory assertion:
* See http://eigen.tuxfamily.org/dox-devel/TopicUnalignedArrayAssert.html
* for details
*/
EIGEN_MAKE_ALIGNED_OPERATOR_NEW
};
#endif // _UASMANAGER_H_
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment