diff options
author | Martin Miller | 2017-03-27 11:23:34 -0500 |
---|---|---|
committer | Martin Miller | 2017-03-27 11:23:34 -0500 |
commit | d119b2c7ca16b8375abfeb5c1efd8e98047be5ad (patch) | |
tree | 6e9ef5a6d1417f5000da3bd41c1c1921e300170e /src/main.h | |
parent | b2cba6dc96c22f35fcf0df75527868cc36e93760 (diff) | |
download | refslam-d119b2c7ca16b8375abfeb5c1efd8e98047be5ad.zip refslam-d119b2c7ca16b8375abfeb5c1efd8e98047be5ad.tar.gz |
Tweak main
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ using Eigen::Vector3d; int parseLine(char *line, message *msg); timestamp update_dt(const timestamp t, timestamp *t_old); -void covCallback(const message &msg, Matrix<double,9,9> &P, const Quaterniond &q); +void covCallback(const message &msg, State &mu, 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); |