mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
mc_pos_control: adopt to module internal include convention
This commit is contained in:
parent
2303071df4
commit
42dbddb156
@ -36,9 +36,9 @@
|
||||
*/
|
||||
|
||||
#include "PositionControl.hpp"
|
||||
#include "ControlMath.hpp"
|
||||
#include <float.h>
|
||||
#include <mathlib/mathlib.h>
|
||||
#include <ControlMath.hpp>
|
||||
#include <px4_platform_common/defines.h>
|
||||
|
||||
using namespace matrix;
|
||||
|
||||
@ -67,8 +67,8 @@
|
||||
#include <uORB/topics/vehicle_status.h>
|
||||
#include <uORB/topics/vehicle_trajectory_waypoint.h>
|
||||
|
||||
#include <PositionControl.hpp>
|
||||
#include "Takeoff.hpp"
|
||||
#include "PositionControl/PositionControl.hpp"
|
||||
#include "Takeoff/Takeoff.hpp"
|
||||
|
||||
#include <float.h>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user