mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-08 12:30:20 +08:00
fixed build
This commit is contained in:
@@ -242,7 +242,7 @@ int main(int argc, char * argv[])
|
|||||||
}
|
}
|
||||||
else if(std::strcmp(argv[i], "--bin") == 0)
|
else if(std::strcmp(argv[i], "--bin") == 0)
|
||||||
{
|
{
|
||||||
printf("No need to set --bin anymore, ply are now automatically exported in binary by default. Set --ascii to export as text.\n")
|
printf("No need to set --bin anymore, ply are now automatically exported in binary by default. Set --ascii to export as text.\n");
|
||||||
}
|
}
|
||||||
else if(std::strcmp(argv[i], "--ascii") == 0)
|
else if(std::strcmp(argv[i], "--ascii") == 0)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user