Skip to content

Conversation

@pmai
Copy link
Contributor

@pmai pmai commented Aug 18, 2020

This PR is part of the SETLevel4To5 extensions of OSI and OSMP, introducing Traffic Participant as a model kind, as well as optionally separating out static content handling for planning and efficiency purposes:

  • A new model kind of Traffic Participant is added, which has one or more SensorView inputs, an optional TrafficCommand input, and a TrafficUpdate output which is fed back into the simulation. The optional TrafficCommand input allows control of the traffic participant by e.g. a scenario engine.

  • Optional GroundTruthInit parameters are introduced to all model kinds to allow receiving a complete set of static ground truth data prior to initialization start; this enables inter alia complex pre-processing to occur without endangering real-time performance.

    As a corollary a PR to add a flag to omit static ground truth content from SensorView to the SensorViewConfiguration message is created in OSI. In combination this approach allows the reduction of transferred data by eliminating redundant transfer of static content.

    It is currently on purpose left undefined, what exactly constitutes static content, since this definition should be done across OSI as a whole through the ASAM development process (i.e. to answer questions like: Are StationaryObjects static, even if they could be moved - e.g. traffic cones?, etc.).

The setup described by these changes is being used as mainbranch development platform for SETLevel4To5 model development.

It is being provided as a draft PR to aid in discussion of those changes in the relevant ASAM working packages. Additional changes from SETLevel4To5 might be pushed to the branch when released.

Check the checklist

  • I have performed a self-review of my own code.
  • I have made corresponding changes to the documentation for osi-sensor-model-packaging.
  • My changes generate no new warnings.
  • I have added tests that prove my fix is effective or that my feature works.
  • New and existing unit tests / travis ci pass locally with my changes.

@kmeids
Copy link

kmeids commented Nov 11, 2020

Output from CCB meeting - 11.11.2020

Actions:

  1. Documentation review to be performed before the minor release.
  2. Pull request to be reviewed by @clemenshabedank
  3. Pull request to be merged by @pmai after documentation review.

@clemenshabedank
Copy link
Contributor

@pmai will we tag this version as 1.1.0? My changes then have a typo (i typed 1.2.0). Other than that it would be ready to merge in my opinion.

@pmai
Copy link
Contributor Author

pmai commented Jan 26, 2021

@clemenshabedank yes, 1.1.0 would be better. Will change while rebasing for merge. Thanks for the clarifications!

pmai and others added 7 commits January 26, 2021 15:13
A few of the stated requirements were not actually needed. Relax these,
to make it simpler for simulation environments to provide the needed
data to the models.

Signed-off-by: Pierre R. Mai <[email protected]>
In case a traffic participant does not need the initialization message, it
can be omitted.

Signed-off-by: Pierre R. Mai <[email protected]>
Fix missing mention of traffic participant models in first sentence.
Use version=3.3.0 for examples where top-level messages are introduced
in V3.3.

Signed-off-by: Pierre R. Mai <[email protected]>
@pmai pmai force-pushed the feature/osi-traffic-participants branch from 3942adc to fce3f0d Compare January 26, 2021 14:15
@pmai pmai merged commit 1a4478c into master Jan 26, 2021
@pmai pmai added this to the Release 1.1.0 milestone Mar 18, 2021
@pmai pmai deleted the feature/osi-traffic-participants branch March 21, 2021 20:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants