mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00: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