- Mar 18, 2022
-
-
David Weiß authored
-
- Mar 09, 2022
-
-
Andreas Rauschert authored
Adjust test_utils.h to ControllerRepository changes See merge request eclipse/simopenpass/scenario_api!36
-
- Feb 28, 2022
-
-
David Weiß authored
-
- Feb 25, 2022
-
-
David Weiß authored
Feature/controller repository See merge request eclipse/simopenpass/scenario_api!24
-
David Weiß authored
-
David Weiß authored
changed control strategies to use vectors of shared pointer See merge request eclipse/simopenpass/scenario_api!26
-
- Feb 15, 2022
-
-
David Weiß authored
-
- Feb 03, 2022
-
-
Andreas Rauschert authored
Add missing include See merge request eclipse/simopenpass/scenario_api!32
-
Matthias Greuter authored
-
- Jan 31, 2022
-
-
Andreas Rauschert authored
Extend IEnvironment with a function to change the traffic signal state See merge request eclipse/simopenpass/scenario_api!30
-
Andreas Rauschert authored
Helper function SetSpeed does not change the movement direction See merge request eclipse/simopenpass/scenario_api!31
-
Andreas Rauschert authored
- use IsEqual in stead of == comparison of double Signed-off-by:
Andreas Rauschert <andreas.rb.rauschert@bmw.de>
-
Matthias Greuter authored
-
- Jan 28, 2022
-
-
Andreas Rauschert authored
- added nullptr check for entity - first try to use the existing velocity vector of the entity to derive the direction of the future velocity vector before using the entity orientation Signed-off-by:
Andreas Rauschert <andreas.rb.rauschert@bmw.de>
-
- Jan 27, 2022
-
-
Andreas Rauschert authored
GetLaneOrientation of MockQueryProvider can be mocked See merge request eclipse/simopenpass/scenario_api!29
-
- Jan 25, 2022
-
-
Matthias Greuter authored
-
- Dec 16, 2021
-
-
Andreas Rauschert authored
Add WORKSPACE file See merge request eclipse/simopenpass/scenario_api!28
-
Matthias Greuter authored
-
- Dec 13, 2021
-
-
Andreas Rauschert authored
Cleanup bazel target(s) See merge request eclipse/simopenpass/scenario_api!27
-
Matthias Greuter authored
- Remove testing-suppressions dependency from mantle api test target - Do not use glob when not needed - Rename bazel target to test file name (keep it in sync)
-
- Dec 08, 2021
-
-
Christoph Kochendoerfer authored
-
Christoph Kochendoerfer authored
-
- Dec 02, 2021
-
-
Andreas Rauschert authored
Fix time conversion to ms See merge request eclipse/simopenpass/scenario_api!25
-
Andreas Rauschert authored
Signed-off-by:
Andreas Rauschert <andreas.rb.rauschert@bmw.de>
-
- Nov 30, 2021
-
-
Andreas Rauschert authored
Signed-off-by:
Andreas Rauschert <andreas.rb.rauschert@bmw.de>
-
- Nov 25, 2021
-
-
Andreas Rauschert authored
Move using namespace units to namespace mantle_api See merge request eclipse/simopenpass/scenario_api!22
-
Andreas Rauschert authored
Add convencience ctor to Orientation3 See merge request eclipse/simopenpass/scenario_api!23
-
- Nov 24, 2021
-
-
Andreas Rauschert authored
Signed-off-by:
Andreas Rauschert <andreas.rb.rauschert@bmw.de>
-
- Nov 23, 2021
-
-
Andreas Rauschert authored
- using the namespace "units" globally creates a name clash of units::inverse with the glm library's glm::inverse, which is used within the glm library. glm lib doesn't compile anymore then - moved "using namespace units;" to mantle_api namespace for now Signed-off-by:
Andreas Rauschert <andreas.rb.rauschert@bmw.de>
-
Andreas Rauschert authored
Add unary minus operator to vector See merge request eclipse/simopenpass/scenario_api!21
-
- Nov 22, 2021
-
-
Andreas Rauschert authored
Signed-off-by:
Andreas Rauschert <andreas.rb.rauschert@bmw.de>
-
Andreas Rauschert authored
Signed-off-by:
Andreas Rauschert <andreas.rb.rauschert@bmw.de>
-
Andreas Rauschert authored
Fix time conversion and add spline units See merge request eclipse/simopenpass/scenario_api!20
-
- Nov 16, 2021
-
-
Andreas Rauschert authored
- time conversion didn't compile when used - Added units for spline sections
-
- Oct 18, 2021
-
-
Andreas Rauschert authored
BMW Dev-branch See merge request eclipse/simopenpass/scenario_api!16
-
Andreas Rauschert authored
Signed-off-by:
Andreas Rauschert <andreas.rb.rauschert@bmw.de>
-
- Oct 07, 2021
-
-
Andreas Rauschert authored
Signed-off-by:
Andreas Rauschert <andreas.rb.rauschert@bmw.de>
-
- Oct 06, 2021
-
-
Andreas Rauschert authored
-
Andreas Rauschert authored
Conflicting files: MantleAPI/include/MantleAPI/Execution/i_environment.h MantleAPI/include/MantleAPI/Map/i_lane_location_query_service.h MantleAPI/include/MantleAPI/Map/map_details.h MantleAPI/include/MantleAPI/Traffic/control_strategy.h MantleAPI/include/MantleAPI/Traffic/entity_helper.h MantleAPI/include/MantleAPI/Traffic/entity_properties.h MantleAPI/include/MantleAPI/Traffic/i_entity.h MantleAPI/include/MantleAPI/Traffic/i_entity_repository.h MantleAPI/test/MantleAPI/Test/test_utils.h MantleAPI/test/interface_test.cpp
-
Christoph Kochendoerfer authored
Fixed some merging issues regarding units See merge request eclipse/simopenpass/scenario_api!17
-