diff options
author | Florian Jung <flo@windfisch.org> | 2015-04-16 18:25:34 +0200 |
---|---|---|
committer | Florian Jung <flo@windfisch.org> | 2015-04-16 18:25:34 +0200 |
commit | c065db1f08e41646fd37ea34823f7768e6904bd0 (patch) | |
tree | b4542e62d2b475bc90a660d1ea9ce9e9ac8b94cd /lib.h | |
parent | f303c0d49e3e3e5089052d797f3ab2e821c01636 (diff) |
simple rotation commands
Diffstat (limited to 'lib.h')
-rw-r--r-- | lib.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -48,6 +48,7 @@ class DroneConnection DroneConnection(const char* sockpath); ~DroneConnection(); void get(cv::Mat& frame, navdata_t* navdata); + void fly(float x, float y, float z, float rot); private: unsigned char* buffer; |