- 16 Jul, 2021 3 commits
-
-
Jupp Tscheak authored
Unit is given explicitly by type. Signed-off-by:
Jupp Tscheak <jupp.tscheak@daimler.com>
-
Jupp Tscheak authored
Replaced the types of all physical quantities related members/arguments with SI unit types as provided by the Units library. * Underlying type of mantle_api::Vector3 needs to be a unit. * Underlying type of mantle_api::Dimension3 is SI base unit [m]. * Underlying type of mantle_api::Orientation3 is limited to SI units [rad], [rad/s], [rad/s^2]. * Underlying type of mantle_api::SimulationTime is SI base unit [s]. * Units used in project "Open Simulation Interface (OSI)" were considered accordingly. Signed-off-by:
Jupp Tscheak's avatarJupp Tscheak <jupp.tscheak@daimler.com>
-
Jupp Tscheak authored
SI unit "second" represented by the Units framework is used for time. Conversion between time based units is handled by the Units framework. Signed-off-by:
Jupp Tscheak's avatarJupp Tscheak <jupp.tscheak@daimler.com>
-
- 08 Jul, 2021 4 commits
-
-
René Paris authored
Initial provision of build automation using CMake. See merge request !5
-
Jupp Tscheak authored
Signed-off-by:
Jupp Tscheak <jupp.tscheak@daimler.com>
-
Jupp Tscheak authored
Signed-off-by:
Jupp Tscheak <jupp.tscheak@daimler.com>
-
Jupp Tscheak authored
This might cause problems when building on Windows platforms. Fixed. Signed-off-by:
Jupp Tscheak <jupp.tscheak@daimler.com>
-
- 07 Jul, 2021 1 commit
-
-
Jupp Tscheak authored
The CMake build scripts support build automation, testing, packaging and installation of the ScenarioAPI. Signed-off-by:
Jupp Tscheak <jupp.tscheak@daimler.com>
-
- 18 Jun, 2021 2 commits
-
-
René Paris authored
Update and check control strategies for entity and not for controller; * and / operator for vectors See merge request !4
-
Arun Das authored
Signed-off-by:
Arun Das <arun.das@bmw.de>
-
- 26 May, 2021 3 commits
-
-
Reinhard Biegel authored
Update API See merge request !3
-
Arun Das authored
- add new SimulationTime struct containing the current_sim_time and the last_delta_time - Add 'SimulationTime GetSimulationTime()' to IEnvironment for fixing SimulationTimeCondition - Add 'HasControlStrategyGoalBeenReached' to IEnvironment to check with the controller, if an action can be set to 'completed' state - Add ControlStrategyType to avoid dynamic_cast - followed C++ guideline for enum values with leading k... - cleaned up deprecated controller configs Signed-off-by:
Arun Das <arun.das@bmw.de>
-
https://gitlab.eclipse.org/eclipse/simopenpass/scenario_apiArun Das authored
Signed-off-by:
Arun Das <arun.das@bmw.de>
-
- 06 Apr, 2021 4 commits
-
-
Reinhard Biegel authored
Update interface See merge request !2
-
Arun Das authored
Signed-off-by:
Arun Das <arun.das@bmw.de>
-
Arun Das authored
-
Arun Das authored
-
- 10 Mar, 2021 4 commits
-
-
Reinhard Biegel authored
Initial See merge request !1
-
Arun Das authored
Signed-off-by:
Arun Das <arun.das@bmw.de>
-
Arun Das authored
Signed-off-by:
Arun Das <arun.das@bmw.de>
-
Reinhard Biegel authored
-