Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend the DetectedMovingObject with an estimated future directory #751

Open
denotte opened this issue Dec 17, 2023 · 0 comments
Open

Extend the DetectedMovingObject with an estimated future directory #751

denotte opened this issue Dec 17, 2023 · 0 comments

Comments

@denotte
Copy link

denotte commented Dec 17, 2023

Describe the feature

The message DetectedMovingObject should be extended by a series of StatePoints to denote an estimated future trajectory.

Our usecase for this extension is the communication with a planer external to the simulation programm.

Describe alternatives you have considered

We looked into the TrafficUpdate, but rejected the option. The message would be detached from the better fitting sensor perception based DetectedMovingObject. It also claimes to communicate absolute truth values instead of our estimation.

Describe the backwards compatibility

The proposed change adds optional fields to an existing message. No issues with backwards compatibility expected.

denotte pushed a commit to denotte/open-simulation-interface that referenced this issue Dec 17, 2023
refers to OpenSimulationInterface#751
Extends the DetectedMovingObject with a series of StatePoints to
describe an estimated future trajectory.

Signed-off-by: Dennis Otte <dennis.otte@twt-gmbh.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant