Fixed example printing

release/4.3a0
Frank dellaert 2020-08-19 09:29:09 -04:00
parent cb2a8cd950
commit 5e803e917e
1 changed files with 1 additions and 1 deletions

View File

@ -287,7 +287,7 @@ int main(int argc, char* argv[]) {
new_values.insert(current_pose_key, gps_pose);
printf("################ POSE INCLUDED AT TIME %lf ################\n", t);
gps_pose.translation().print();
cout << gps_pose.translation();
printf("\n\n");
} else {
new_values.insert(current_pose_key, current_pose_global);