OpenSimulationInterface / open-simulation-interface

A generic interface for the environmental perception of automated driving functions in virtual scenarios.
Other
267 stars 125 forks source link

feat[code]: extend StatePoint #749

Open denotte opened 8 months ago

denotte commented 8 months ago

#### Reference to a related issue in the repository #748

Add a description

Extends the StatePoint with optional fields velocity, acceleration, orientation and orientation rate.

Some questions to ask: What is this change? What does it fix? Is this a bug fix or a feature? Does it break any existing functionality or force me to update to a new version? How has it been tested?

Take this checklist as orientation for yourself, if this PR is ready for the Change Control Board:

If you can’t check all of them, please explain why. If all boxes are checked or commented and you have achieved at least one positive review, you can assign the label ReadyForCCBReview!

lemmer-fzi commented 8 months ago

As the StatePoint message is used in various other messages the inteded usage of the StatePoint message is documented in the respective messages. Therefore, the respective documentations (for example in TrafficCommand and MotionRequest) should be updated accordingly.