Skip to content

Commit

Permalink
fix AlphaFilter include
Browse files Browse the repository at this point in the history
  • Loading branch information
potaito committed Aug 5, 2021
1 parent b1a621d commit d381e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/follow_target_estimator/TargetEstimator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
#include <uORB/PublicationMulti.hpp>

#include <drivers/drv_hrt.h>
#include <lib/ecl/AlphaFilter/AlphaFilter.hpp>
#include <lib/mathlib/math/filter/AlphaFilter.hpp>
#include <lib/geo/geo.h>
#include <mathlib/mathlib.h>
#include <px4_platform_common/module.h>
Expand Down

0 comments on commit d381e4c

Please sign in to comment.