Skip to content

Commit

Permalink
with this fix ,it will avoid eigen error on 32 bits system
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaogeolone authored and vooon committed Nov 6, 2018
1 parent 5ebcec9 commit 79cf74a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mavros/src/plugins/hil.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class HilPlugin : public plugin::PluginBase {
HilPlugin() : PluginBase(),
hil_nh("~hil")
{ }

EIGEN_MAKE_ALIGNED_OPERATOR_NEW
void initialize(UAS &uas_)
{
PluginBase::initialize(uas_);
Expand Down

0 comments on commit 79cf74a

Please sign in to comment.