- Jun 13, 2023
-
-
- Building instructions for Windows and Linux - For the Windows part there is a version with - Native Windows - WSL (Ubuntu) - MinGW (as in other openPASS projects)
-
- May 08, 2023
-
-
René Paris authored
MockEntityRepository: Return all mocked entities when calling GetEntities See merge request !85
-
René Paris authored
The mocked entities test_vehicle_, test_pedestrian_, and test_static_object have been individual members, not managed by internal entities collection. These test instances are now added to this collection when creating an MockEntityRepository, which closes the loop between GetEntities and working with the returned instances. This allow to test and filter for individual entities when working with the mock.
-
Martin Stump authored
Add missing include <chrono> in time utils See merge request !89
-
- Apr 19, 2023
-
-
Martin Stump authored
Signed-off-by:
Martin Stump <martin.stump@mercedes-benz.com>
-
- Apr 18, 2023
-
-
Martin Stump authored
Add logging interface Closes #35 See merge request !88
-
Martin Stump authored
* Add ILogger * Add log_utils * Add mocks and tests * Add ClangTidy config for testing tree Signed-off-by:
Martin Stump <martin.stump@mercedes-benz.com>
-
- Apr 12, 2023
-
-
René Paris authored
Add method to calculate position at a lateral distance from given pose See merge request !87
-
-
René Paris authored
Enhance possibilities to interact with controllers Closes #29 See merge request !81
-
Changed - Renamed RemoveControllerFromEntity to RemoveEntityFromController in IEnvironment to better reflect the intended interaction model - Added methods for activation and deactivation of the longitudinal and lateral domain in IController
-
- Feb 24, 2023
-
-
René Paris authored
.clang-tidy Closes #20 See merge request !78
-
- Feb 17, 2023
-
-
René Paris authored
See !78 (comment 1062052) Added - llvm-include-order - llvm-namespace-comment - cppcoreguidelines-explicit-virtual-functions Open Points - google-readability-avoid-underscore-in-googletest-name - cppcoreguidelines-special-member-functions
-
René Paris authored
-
René Paris authored
-
Signed-off-by:
Martin Stump <martin.stump@mercedes-benz.com>
-
- needed to make internal engine work with latest MantleAPI (replacement because follow route control strategy was removed from config)
-
- Jan 20, 2023
-
-
Andreas Rauschert authored
Add verify_interface_header_set.cpp Closes #26 See merge request eclipse/simopenpass/scenario_api!76
-
- Jan 13, 2023
-
-
Andreas Rauschert authored
Add route definition to controller config See merge request eclipse/simopenpass/scenario_api!77
-
- Dec 22, 2022
-
-
Andreas Rauschert authored
- needed to make internal engine work with latest MantleAPI (replacement because follow route control strategy was removed from config)
-
- Dec 20, 2022
-
-
Martin Stump authored
* Glob interface headers * Generate a translation unit that includes the interface header set Signed-off-by:
Martin Stump <martin.stump@mercedes-benz.com>
-
- Dec 19, 2022
-
-
Martin Stump authored
* Add a new translation unit which includes all interface headers * Adds an entry to the compilation for clang tooling * Ensures that all headers compile successfully * Remove superfluous globbing Signed-off-by:
Martin Stump <martin.stump@mercedes-benz.com>
-
René Paris authored
Fix broken InterfaceTest See merge request eclipse/simopenpass/scenario_api!73
-
Martin Stump authored
Signed-off-by:
Martin Stump <martin.stump@mercedes-benz.com>
-
Martin Stump authored
* OpenDrivePosition is now OpenDriveRoadPosition * Include-what-you-use Signed-off-by:
Martin Stump <martin.stump@mercedes-benz.com>
-
- Dec 16, 2022
-
-
René Paris authored
Bugfix/propagate constness See merge request eclipse/simopenpass/scenario_api!72
-
- Dec 15, 2022
-
-
René Paris authored
-
René Paris authored
-
René Paris authored
-
René Paris authored
Move responsibilty for route assignment See merge request eclipse/simopenpass/scenario_api!64
-
- Dec 09, 2022
-
-
René Paris authored
Fix changes due to introduction of LaneId See merge request eclipse/simopenpass/scenario_api!71 -
- i_lane_location_query_service.h - test_utils.h Refers to https://gitlab.eclipse.org/eclipse/simopenpass/scenario_api/-/merge_requests/65
-
René Paris authored
Fix definition of lane ids See merge request eclipse/simopenpass/scenario_api!65
-
René Paris authored
Split OpenDrivePosition into OpenDriveRoadPosition and OpenDriveLanePosition Closes #25 See merge request eclipse/simopenpass/scenario_api!70
-
- Dec 06, 2022
-
-
René Paris authored
Closes #25
-
- Dec 01, 2022
-
-
Martin Stump authored
Dependencies have to be found before including the project targets. Signed-off-by:
Martin Stump <martin.stump@mercedes-benz.com>
-
- Nov 25, 2022
-
-
Martin Stump authored
* Move contents of include/CMakeLists.txt to the root CMakeLists.txt Signed-off-by:
Martin Stump <martin.stump@mercedes-benz.com>
-
Martin Stump authored
* Move "doc", "include" and "test" to the root dir * Rename to MantleAPI Signed-off-by:
Martin Stump <martin.stump@mercedes-benz.com>
-
- Nov 24, 2022
-
-
René Paris authored
Rm "using namespace units" from spline.h Closes #5 See merge request eclipse/simopenpass/scenario_api!67
-
René Paris authored
Add .gitignore Closes #23 See merge request eclipse/simopenpass/scenario_api!68
-