mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-13 11:00:35 +08:00
helper_functions: include defines for M_PI_PRECISE
The defintion of the custom symbol M_PI_PRECISE
was not included in one of the only places it's used.
Looks like a mistake that happened in
34c852255e
possibly because a lot of things are included
almost everywhere and if the include order
ligns up there are no compile errors.
This commit is contained in:
@@ -57,7 +57,6 @@
|
||||
#include <uORB/topics/vehicle_command.h>
|
||||
|
||||
#include <lib/mathlib/math/filter/second_order_reference_model.hpp>
|
||||
#include <lib/matrix/matrix/helper_functions.hpp>
|
||||
#include <motion_planning/VelocitySmoothing.hpp>
|
||||
|
||||
// << Follow Target Behavior related constants >>
|
||||
|
||||
Reference in New Issue
Block a user