Skip to content

Commit

Permalink
Adapt SlewRate includes to convention
Browse files Browse the repository at this point in the history
  • Loading branch information
MaEtUgR committed Mar 31, 2021
1 parent c16b937 commit 34a5948
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion src/lib/slew_rate/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
############################################################################

px4_add_library(SlewRate
dummy.cpp
SlewRate.hpp
SlewRateYaw.hpp
)
target_include_directories(SlewRate
PUBLIC
Expand Down
2 changes: 1 addition & 1 deletion src/lib/slew_rate/SlewRateTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
****************************************************************************/

#include <gtest/gtest.h>
#include <SlewRate.hpp>
#include "SlewRate.hpp"

TEST(SlewRateTest, SlewUpLimited)
{
Expand Down
2 changes: 1 addition & 1 deletion src/lib/slew_rate/SlewRateYawTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
****************************************************************************/

#include <gtest/gtest.h>
#include <SlewRateYaw.hpp>
#include "SlewRateYaw.hpp"

TEST(SlewRateYawTest, SlewUpLimited)
{
Expand Down
Empty file removed src/lib/slew_rate/dummy.cpp
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 34a5948

Please sign in to comment.