mosaic icon indicating copy to clipboard operation
mosaic copied to clipboard

feat(sumo): write list of upcoming edges into additionalData field

Open kschrab opened this issue 4 months ago • 0 comments

Description

Collect a list of upcoming edges within a given range for each updated vehicle. The list is added to the additionalData field within the VehicleData object. Configure through new field upcomingEdgesRange in sumo_config.json.

ℹ️ Just for experimental use and try-out

Issue(s) related to this PR

  • Helps to resolve internal issue 1115

Affected parts of the online documentation

Changes in the documentation required?

No

Definition of Done

Prerequisites

  • [x] You have read CONTRIBUTING.md carefully.
  • [x] You have signed the Contributor License Agreement.
  • [x] Your GitHub user id is linked with your Eclipse Account.

Required

  • [ ] The title of this merge request follows the scheme type(scope): description (in the style of Conventional Commits)
  • [ ] You have assigned a suitable label to this pull request (e.g., enhancement, or bugfix)
  • [ ] origin/main has been merged into your Fork.
  • [ ] Coding guidelines have been followed (see CONTRIBUTING.md).
  • [ ] All checks on GitHub pass.
  • [ ] All tests on Jenkins pass.

Requested (can be enforced by maintainers)

  • [ ] New functionality is covered by unit tests or integration tests. Code coverage must not decrease.
  • [ ] If a bug has been fixed, a new unit test has been written (beforehand) to prove misbehavior
  • [ ] There is no API break in mosaic-geomath.
  • [ ] There are no new SpotBugs warnings.

Special notes to reviewer

kschrab avatar Oct 08 '25 15:10 kschrab