- Jan 29, 2024
-
-
David Weiß authored
-
- Jan 26, 2024
-
-
- Jan 19, 2024
-
-
- Oct 27, 2023
-
-
Martin Stump authored
Interface classes derived from IIdentifiable are prone to diamond inheritance. Virtually inherit from IIdentifiable to ensure only one copy is inherited. Closes #64 See merge request !118
-
- Sep 25, 2023
-
-
- Sep 19, 2023
-
-
René Paris authored
-
René Paris authored
Remove the explicit copy constructor, which is misses two copy two members. This change modifies the behavior, as a copy now really copies and does not make the internal control strategies independend of each other (shared_ptr). With removal of the construtors, it move constructors will be generated as needed. Closes #66
-
- Sep 18, 2023
-
-
René Paris authored
-
- Sep 05, 2023
-
-
René Paris authored
-
- Aug 10, 2023
-
-
- Aug 07, 2023
-
-
- Jul 26, 2023
-
-
- Jul 14, 2023
-
-
- Jul 10, 2023
-
-
- Jun 13, 2023
-
-
Andreas Rauschert authored
Issue: #52 The attributes lane id and road id are not necessary for the lane offset control strategy and thus were removed to avoid confusion. Signed-off-by:
Andreas Rauschert <andreas.rb.rauschert@bmw.de>
-
- Jun 06, 2023
-
-
- 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 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.
-
- Apr 19, 2023
-
-
Martin Stump authored
Signed-off-by:
Martin Stump <martin.stump@mercedes-benz.com>
-
- Apr 18, 2023
-
-
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
-
-
-
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 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
-
- needed to make internal engine work with latest MantleAPI (replacement because follow route control strategy was removed from config)
-
- 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 15, 2022
-
-
René Paris authored
-
René Paris authored
-
- 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>
-