|
|
@ -58,8 +58,8 @@ public: |
|
|
|
class McPosControlTests : public UnitTest |
|
|
|
class McPosControlTests : public UnitTest |
|
|
|
{ |
|
|
|
{ |
|
|
|
public: |
|
|
|
public: |
|
|
|
McPosControlTests(); |
|
|
|
McPosControlTests() = default; |
|
|
|
virtual ~McPosControlTests(); |
|
|
|
virtual ~McPosControlTests() = default; |
|
|
|
|
|
|
|
|
|
|
|
virtual bool run_tests(); |
|
|
|
virtual bool run_tests(); |
|
|
|
|
|
|
|
|
|
|
@ -67,14 +67,6 @@ private: |
|
|
|
bool cross_sphere_line_test(); |
|
|
|
bool cross_sphere_line_test(); |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
McPosControlTests::McPosControlTests() |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
McPosControlTests::~McPosControlTests() |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
bool McPosControlTests::cross_sphere_line_test() |
|
|
|
bool McPosControlTests::cross_sphere_line_test() |
|
|
|
{ |
|
|
|
{ |
|
|
|
MulticopterPositionControl control = MulticopterPositionControl(); |
|
|
|
MulticopterPositionControl control = MulticopterPositionControl(); |
|
|
|