mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 17:40:23 +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
|
// header
|
||||||
if(format == 11)
|
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
|
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