simulation_input_definition Last update: 16.07.2025 1 3 4 #pragma once 5 6 #include <string> 7 12 namespace simulation_framework 13 { 14 19 namespace autonomy 20 { 21 26 const static std::string kOpenScenarioFileName{"open_scenario_file"}; 27 32 const static std::string kGtGenUserSettingsFileName{"user_settings_file"}; 33 38 const static std::string kDriverInputFileName{"driver_input_file"}; 39 40 } // namespace autonomy 41 } // namespace simulation_framework