- Jun 15, 2023
-
-
Tuan Duong Quang authored
-
Tuan Duong Quang authored
-
Tuan Duong Quang authored
-
Tuan Duong Quang authored
Add CODE_OF_CONDUCT Closes #53 See merge request !103
-
Tuan Duong Quang authored
-
- Jun 13, 2023
-
-
René Paris authored
See merge request !95
-
- 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)
-
- Jun 06, 2023
-
-
René Paris authored
Add queries and helper for mapping against lanes See merge request !94
-
- ILaneLocationQueryService::GetProjectedCenterLinePoint Calculate pose projected from a given position to a target lane center line - ILaneLocationQueryService::GetProjectedPoseAtLane Tries to map a given position to a lane and then returns the projected center line point of the lane from the given position - IGeometryHelper::AreOrientedSimilarly Checks if given orientations are similar (equidirectional)
-
- May 29, 2023
-
- May 19, 2023
-
-
Stephen Ryan authored
Files which were changed in a commit since 2021 by a committer with an Ansys email have been given a copyright with the dates indicating the first and most recent changes.
-
- 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 eclipse/openpass/mantle-api!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
-