|
|
|
@ -10,7 +10,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
// Configuration defaults - edit to change default run mode
|
|
|
|
// Configuration defaults - edit to change default run mode
|
|
|
|
//#define DEFAULT_CONFIG_FILE "tests/test_moon_orbits.toml"
|
|
|
|
//#define DEFAULT_CONFIG_FILE "tests/test_moon_orbits.toml"
|
|
|
|
#define DEFAULT_CONFIG_FILE "tests/maneuver_sequence.toml" |
|
|
|
#define DEFAULT_CONFIG_FILE "tests/test_maneuver_planning.toml" |
|
|
|
|
|
|
|
|
|
|
|
struct ProgramArgs { |
|
|
|
struct ProgramArgs { |
|
|
|
const char* config_file; |
|
|
|
const char* config_file; |
|
|
|
|