mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
Updated exported poses in TUM format to avoid confusion with header when importing in CloudCompare
This commit is contained in:
@@ -130,11 +130,11 @@ bool exportPoses(
|
||||
// header
|
||||
if(format == 11)
|
||||
{
|
||||
fprintf(fout, "# timestamp x y z qx qy qz qw id\n");
|
||||
fprintf(fout, "#timestamp x y z qx qy qz qw id\n");
|
||||
}
|
||||
else
|
||||
{
|
||||
fprintf(fout, "# timestamp x y z qx qy qz qw\n");
|
||||
fprintf(fout, "#timestamp x y z qx qy qz qw\n");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user