summaryrefslogtreecommitdiff
path: root/lib.h
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2015-04-16 18:25:34 +0200
committerFlorian Jung <flo@windfisch.org>2015-04-16 18:25:34 +0200
commitc065db1f08e41646fd37ea34823f7768e6904bd0 (patch)
treeb4542e62d2b475bc90a660d1ea9ce9e9ac8b94cd /lib.h
parentf303c0d49e3e3e5089052d797f3ab2e821c01636 (diff)
simple rotation commands
Diffstat (limited to 'lib.h')
-rw-r--r--lib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib.h b/lib.h
index 3f078be..224e7f9 100644
--- a/lib.h
+++ b/lib.h
@@ -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;