Updated --version and about dialog

This commit is contained in:
matlabbe
2024-08-25 18:31:20 -07:00
parent 72c62285eb
commit 1eee89fcf0
3 changed files with 1122 additions and 1080 deletions

View File

@@ -814,6 +814,12 @@ ParametersMap Parameters::parseArguments(int argc, char * argv[], bool onlyParam
std::cout << str << std::setw(spacing - str.size()) << "true" << std::endl;
#else
std::cout << str << std::setw(spacing - str.size()) << "false" << std::endl;
#endif
str = "With Ouster SDK:";
#ifdef RTABMAP_OUSTER
std::cout << str << std::setw(spacing - str.size()) << "true" << std::endl;
#else
std::cout << str << std::setw(spacing - str.size()) << "false" << std::endl;
#endif
str = "With libpointmatcher:";
#ifdef RTABMAP_POINTMATCHER