- Aug 09, 2021
-
-
Jupp Tscheak authored
Type "Time" is now an alias to "units::time::millisecond_t". The conversion functions as provided by "time_utils.h" are still present and revised accordingly." Signed-off-by:
Jupp Tscheak <jupp.tscheak@daimler.com>
-
- Jul 16, 2021
-
-
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>
-
- Jul 08, 2021
-
-
René Paris authored
Initial provision of build automation using CMake. See merge request eclipse/simopenpass/scenario_api!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>
-
- Jul 07, 2021
-
-
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>
-
- Jun 18, 2021
-
-
René Paris authored
Update and check control strategies for entity and not for controller; * and / operator for vectors See merge request eclipse/simopenpass/scenario_api!4
-
Arun Das authored
Signed-off-by:
Arun Das <arun.das@bmw.de>
-
- May 26, 2021
-
-
Reinhard Biegel authored
Update API See merge request eclipse/simopenpass/scenario_api!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>
-
- Apr 06, 2021
-
-
Reinhard Biegel authored
Update interface See merge request eclipse/simopenpass/scenario_api!2
-
Arun Das authored
Signed-off-by:
Arun Das <arun.das@bmw.de>
-
Arun Das authored
-
Arun Das authored
-
- Mar 10, 2021
-
-
Reinhard Biegel authored
Initial See merge request eclipse/simopenpass/scenario_api!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
-