mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 18:47:21 +08:00
mavsdk_tests: move math things to separate header
This commit is contained in:
@@ -132,8 +132,6 @@ private:
|
||||
return true;
|
||||
}
|
||||
|
||||
static float sq(float x) { return x * x; };
|
||||
|
||||
mavsdk::Mavsdk _mavsdk{};
|
||||
std::unique_ptr<mavsdk::Action> _action{};
|
||||
std::unique_ptr<mavsdk::Failure> _failure{};
|
||||
|
||||
Reference in New Issue
Block a user