This commit is contained in:
2025-09-09 21:16:08 +08:00
parent 51a85bc674
commit 2bc1416f6f
2 changed files with 27 additions and 0 deletions

View File

@@ -163,6 +163,9 @@ int main(int argc, char const *argv[])
ex2 e;
e.CalObs(fm);
std::string config_file = "lgd_config.toml";
e.set_lgd_para(config_file);
gctl::lgd_para my_para = e.default_lgd_para();
my_para.flight_times = 20000;
my_para.batch = 100;