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

Fix perceived object heading computation #98

Closed
nbuffon opened this issue Nov 23, 2023 · 0 comments · Fixed by #209
Closed

Fix perceived object heading computation #98

nbuffon opened this issue Nov 23, 2023 · 0 comments · Fixed by #209
Labels
enhancement New feature or request Rust Rust code

Comments

@nbuffon
Copy link
Member

nbuffon commented Nov 23, 2023

In mobile_perceived_object.rs::compute_heading_from_mobile function there is no real computation done

The result is from an historically need while developing related client functionality and just return heading or heading + 180° based on the y_distance from the vehicle

Real heading should be computed based on perceived object's x and y speed

@nbuffon nbuffon added bug enhancement New feature or request Rust Rust code labels Nov 23, 2023
@nbuffon nbuffon added this to the 2.1.0 milestone Nov 23, 2023
@tigroo tigroo removed the bug label Oct 8, 2024
@nbuffon nbuffon removed this from the 2.1.0 milestone Oct 31, 2024
@github-project-automation github-project-automation bot moved this from Ready to Done in its-client Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Rust Rust code
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants