summaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
authorMartin Miller2017-03-26 15:21:00 -0500
committerMartin Miller2017-03-26 15:21:00 -0500
commitc7af11e6a252a7dfbacd9a702bbe3ee0a9127b17 (patch)
tree3e5e0f02dd23bd073ffaef9e9e510761b4cbd16a /src/main.h
parent8685dabd1fc9614eeece5134352d09055b2d80f2 (diff)
downloadrefslam-c7af11e6a252a7dfbacd9a702bbe3ee0a9127b17.zip
refslam-c7af11e6a252a7dfbacd9a702bbe3ee0a9127b17.tar.gz
Set height above water.
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.h b/src/main.h
index 0698e68..bf28c02 100644
--- a/src/main.h
+++ b/src/main.h
@@ -28,6 +28,6 @@ void covCallback(const message &msg, Matrix<double,9,9> &P, const Quaterniond &q
void imgCallback(message &msg, State &mu, Camera &cam, const Quaterniond &q);
void imuCallback(const message &msg, State &mu, const Quaterniond &q, const timestamp dt);
void pvaCallback(const message &msg, Matrix<double,9,1> &X, Quaterniond &q);
-void utmCallback(const message &msg, State &mu);
+void utmCallback(const message &msg, State &mu, const Quaterniond &q);
#endif /* ----- #ifndef main_INC ----- */