Skip to content
Snippets Groups Projects
Commit 34e6b7f8 authored by Baljeet Singh's avatar Baljeet Singh
Browse files

Merge branch 'add_default_weather_to_open_scenario' into 'existing_open_scenario_1_engine'

Update interface description for setting the default environment

See merge request eclipse/simopenpass/openscenario1_engine!38
parents 7d8d587c 5a357e66
No related branches found
No related tags found
No related merge requests found
...@@ -68,6 +68,13 @@ class OpenScenarioEngine : public mantle_api::IScenarioEngine ...@@ -68,6 +68,13 @@ class OpenScenarioEngine : public mantle_api::IScenarioEngine
void CreateEntities(); void CreateEntities();
void CreateControllers(); void CreateControllers();
void CreateAndInitStoryboard(); void CreateAndInitStoryboard();
/// The default environment refers to excellent visibility, no precipitation, illumination as other,
/// humidity at 60 percent, temperature at 15 degrees celsius and atmospheric pressure at sea level.
/// The time of the day is considered as midday.
///
/// @param void
/// @return void
void SetDefaultEnvironment(); void SetDefaultEnvironment();
void SetScenarioDefinitionPtr(OpenScenarioPtr open_scenario_ptr); void SetScenarioDefinitionPtr(OpenScenarioPtr open_scenario_ptr);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment