mavsdk_tests: move math things to separate header

This commit is contained in:
Julian Oes
2020-07-29 14:04:02 +02:00
committed by Daniel Agar
parent 1eaceb17dc
commit ed357cf356
3 changed files with 99 additions and 57 deletions

View File

@@ -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{};