Skip to content

Commit f22bf41

Browse files
committed
Fix EuRoC quaternion bug
1 parent c157484 commit f22bf41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proto/euroc.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -984,10 +984,10 @@ euroc_ground_truth_t *euroc_ground_truth_load(const char *data_dir) {
984984
&p[0],
985985
&p[1],
986986
&p[2],
987+
&q[0],
987988
&q[1],
988989
&q[2],
989990
&q[3],
990-
&q[0],
991991
&v[0],
992992
&v[1],
993993
&v[2],

0 commit comments

Comments
 (0)