- Sep 05, 2023
-
-
René Paris authored
-
- Aug 10, 2023
-
-
Andreas Rauschert authored
Add relative position to the spawning poses for traffic swarm See merge request !117
-
-
- Aug 07, 2023
-
-
Andreas Rauschert authored
Update TrafficSwarmParameters See merge request !111
-
-
- Jul 26, 2023
-
-
Andreas Rauschert authored
Update AlmostEqual method for large numbers to support absolute comparison only Closes #59 See merge request !114
-
-
Andreas Rauschert authored
Revert road id type as std::string Closes #60 See merge request !113
-
-
- Jul 14, 2023
-
-
René Paris authored
fix: Correct defaults for vehicle performance See merge request !109
-
-
Andreas Rauschert authored
Add jerk limits to entity Performance struct See merge request !106
-
-
- Jul 12, 2023
-
-
Andreas Rauschert authored
Intergration into Eclipse CI See merge request eclipse/openpass/mantle-api!98
-
-
- Jul 10, 2023
-
-
Andreas Rauschert authored
Implement new objects for XOSC TrafficSwarmAction See merge request !101
-
-
René Paris authored
feat: allow consumers to use the installed mocks Closes #58 See merge request !107
-
-
Andreas Rauschert authored
Rewrite floating-point comparison See merge request !93
-
-
- Jun 20, 2023
-
-
Andreas Rauschert authored
Remove lane id and road id from lane offset control strategy Closes #52 See merge request !102
-
- Jun 15, 2023
-
-
Tuan Duong Quang authored
Resolve "Add legal documents" Closes #54 See merge request !104
-
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
-
-
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>
-
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
-