mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-18 03:20:36 +08:00
Adapt SlewRate includes to convention
This commit is contained in:
@@ -32,7 +32,8 @@
|
||||
############################################################################
|
||||
|
||||
px4_add_library(SlewRate
|
||||
dummy.cpp
|
||||
SlewRate.hpp
|
||||
SlewRateYaw.hpp
|
||||
)
|
||||
target_include_directories(SlewRate
|
||||
PUBLIC
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
#include <SlewRate.hpp>
|
||||
#include "SlewRate.hpp"
|
||||
|
||||
TEST(SlewRateTest, SlewUpLimited)
|
||||
{
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
#include <gtest/gtest.h>
|
||||
#include <SlewRateYaw.hpp>
|
||||
#include "SlewRateYaw.hpp"
|
||||
|
||||
TEST(SlewRateYawTest, SlewUpLimited)
|
||||
{
|
||||
|
||||
@@ -44,8 +44,8 @@
|
||||
#include "FlightTaskManualAltitudeSmoothVel.hpp"
|
||||
#include <uORB/Publication.hpp>
|
||||
#include <uORB/topics/orbit_status.h>
|
||||
#include <StraightLine.hpp>
|
||||
#include <SlewRateYaw.hpp>
|
||||
#include "StraightLine.hpp"
|
||||
#include <lib/slew_rate/SlewRateYaw.hpp>
|
||||
|
||||
class FlightTaskOrbit : public FlightTaskManualAltitudeSmoothVel
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user