- 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
-
René Paris authored
Add CPM and download deps, add docs, add testing, add configuration options Closes #17 See merge request eclipse/simopenpass/scenario_api!61
-
- Nov 22, 2022
-
-
Martin Stump authored
Signed-off-by:
Martin Stump <martin.stump@mercedes-benz.com>
-
- Nov 15, 2022
-
-
Martin Stump authored
Signed-off-by:
Martin Stump <martin.stump@mercedes-benz.com>
-
- Nov 14, 2022
-
-
René Paris authored
-
Kepa Cantero authored
Added validate scenario pure virtual method See merge request eclipse/simopenpass/scenario_api!63
-
Kepa Cantero authored
-
- Nov 08, 2022
-
-
René Paris authored
Add possibility to define default routing behavior Closes #19 See merge request eclipse/simopenpass/scenario_api!62
-
- Nov 07, 2022
-
-
René Paris authored
See also https://gitlab.eclipse.org/eclipse/simopenpass/scenario_api/-/issues/19 Signed-off-by:
Rene Paris <rene.paris@in-tech.com>
-
- Oct 24, 2022
-
-
Martin Stump authored
Merge branch 'master' of https://gitlab.eclipse.org/eclipse/simopenpass/scenario_api into modernize-cmake-build-with-cpm
-
Martin Stump authored
* Add CPM download script * Download nholthaus/units@2.3.3 * Download google/googletest@1.12.1 * Add doc target * Add test target * Skip unused units Signed-off-by:
Martin Stump <martin.stump@mercedes-benz.com>
-
- Aug 18, 2022
-
-
Kepa Cantero authored
added mocks to test the z placement offset for teleportaction See merge request eclipse/simopenpass/scenario_api!60
-
- Aug 16, 2022
-
-
- Aug 08, 2022
-
-
Kepa Cantero authored
Initialize TrajectoryTimeReference with default values See merge request eclipse/simopenpass/scenario_api!58
-
- Aug 04, 2022
-
-
Andreas Rauschert authored
Add interface FindLongitudinalLaneDistanceBetweenPositions See merge request eclipse/simopenpass/scenario_api!59
-
Xiao Pan authored
-
- Aug 02, 2022
-
-
Xiao Pan authored
-
- Jul 27, 2022
-
-
Kepa Cantero authored
-
- Jul 26, 2022
-
-
Andreas Rauschert authored
Add interface to set and get user defined values See merge request eclipse/simopenpass/scenario_api!57
-
- Jul 25, 2022
-
-
Andreas Rauschert authored
Document ILaneLocationQueryService See merge request eclipse/simopenpass/scenario_api!56
-
Andreas Rauschert authored
-
Andreas Rauschert authored
-
Andreas Rauschert authored
-
- Jul 21, 2022
-
-
René Paris authored
fix(ICoordConverter): Closes #15 See merge request eclipse/simopenpass/scenario_api!53
-
- Jul 20, 2022
-
-
René Paris authored
The method ICoordconverter::Convert is ambiguous, as the returned position is defined as a variant. Also, one inert_pos could lead to several openDRIVE positions (overlapping lanes). To clarify, the method has been removed. Signed-off-by:
Rene Paris <rene.paris@in-tech.com> Closes #15
-
René Paris authored
fix(FollowRouteControlStrategy): Add RouteStrategy Closes #14 See merge request eclipse/simopenpass/scenario_api!52
-
- Jul 19, 2022
-
-
René Paris authored
fixed test_utils See merge request eclipse/simopenpass/scenario_api!55
-
Kepa Cantero authored
-
- Jul 18, 2022
-
-
René Paris authored
convert TranslateGlobalPositionLocally into mocked object See merge request eclipse/simopenpass/scenario_api!54
-
-
- Jul 14, 2022
-
-
René Paris authored
- Bundle `RouteStrategy` together with `Waypoints` into new structure `RouteWaypoint` - Using `std::vector<RouteWaypoint>` in `FollorRouteControlStrategy` for enhanced waypoints, allowing to specify a `RouteStrategy` for every single waypoint. Signed-off-by:
Rene Paris <rene.paris@in-tech.com> **FIXUP THIS COMMIT BEFORE MERGE**
-
René Paris authored
Add mass to EntityProperties See merge request eclipse/simopenpass/scenario_api!49
-
Signed-off-by:
Xiao Pan <xiao.pan@ansys.com>
-
- Jul 13, 2022
-
-
René Paris authored
Till now it was is open how a simulator should plan a route for given waypoints. This behavior is fixed by introducing a RouteStrategy, following the specification of OpenSCENARIO 1.2. Closes #14 Signed-off-by:
Rene Paris <rene.paris@in-tech.com>
-
- Jul 06, 2022
-
-
René Paris authored
Change the nholthaus units dependency in bazel See merge request eclipse/simopenpass/scenario_api!50
-
- Jun 21, 2022
-
-
David Weiß authored
Fix missing include of <limits> See merge request eclipse/simopenpass/scenario_api!48
-