Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

We only allow for obstacle IDs up to 256 due to the message types in use (uint8_t for ID) (TODO?), thus the ID is taken mod 256 if it is higher than that - we do not expect that you need to use more than 256 obstacles within one scenario (this might also have bad consequences for the performance of a simulation).


Info
titleObstacle Classes

Commonroad defines DynamicObstacle, StaticObstacle and EnvironmentObstacle as different obstacle classes. We only allow for trajectory simulation for the first two, as environment obstacles should not be on the lanelet (and don't move as well). Static obstacles may include static vehicles, so we decided to allow trajectory simulation for them, although they also never move (as their name already implies).

Goal Information

Additional information about the goal states are shown at the bottom of the Commonroad-Tab.

...