mirror of
https://github.com/modelec/detection_pot.git
synced 2026-01-19 00:57:28 +01:00
tempalte
This commit is contained in:
@@ -41,7 +41,7 @@ int main(int argc, char *argv[])
|
||||
headless = true;
|
||||
}
|
||||
|
||||
int port = std::stoi(clParser.getOption("port", "8080"));
|
||||
int port = clParser.getOption<int>("port", 8080);
|
||||
|
||||
std::optional<std::string> calibrationPath = clParser.getOption("calib-file");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user