-
Notifications
You must be signed in to change notification settings - Fork 658
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
refactor(ndt scan matcher): update parameter #7276
refactor(ndt scan matcher): update parameter #7276
Conversation
Signed-off-by: Yamato Ando <[email protected]>
Signed-off-by: Yamato Ando <[email protected]>
Signed-off-by: Yamato Ando <[email protected]>
Signed-off-by: Yamato Ando <[email protected]>
Signed-off-by: Yamato Ando <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks Good To Me
I don't think this should be fixed in this pull request, but I'll leave one comment.
Currently, distance_initial_to_result
is evaluated only in the y direction in Driving Log Replayer.
https://github.com/SakodaShintaro/driving_log_replayer/blob/024ab5df20ef12cbe6358762dd23cb26fa943c63/driving_log_replayer/driving_log_replayer/localization.py#L92
In autoware.universe, the norm of all xyz is used, so these are not the same.
It is not yet clear which is the better indicator.
@YamatoAndo This is a very minor suggestion, there are diffs of the yaml file in universe and launch. |
* rename to sensor_points.timeout_sec Signed-off-by: Yamato Ando <[email protected]> * parameterize skipping_publish_num Signed-off-by: Yamato Ando <[email protected]> * fix readme Signed-off-by: Yamato Ando <[email protected]> * parameterize sinitial_to_result_distance_tolerance_m Signed-off-by: Yamato Ando <[email protected]> * fix build error Signed-off-by: Yamato Ando <[email protected]> * style(pre-commit): autofix * style(pre-commit): autofix --------- Signed-off-by: Yamato Ando <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Signed-off-by: Simon Eisenmann <[email protected]>
* rename to sensor_points.timeout_sec Signed-off-by: Yamato Ando <[email protected]> * parameterize skipping_publish_num Signed-off-by: Yamato Ando <[email protected]> * fix readme Signed-off-by: Yamato Ando <[email protected]> * parameterize sinitial_to_result_distance_tolerance_m Signed-off-by: Yamato Ando <[email protected]> * fix build error Signed-off-by: Yamato Ando <[email protected]> * style(pre-commit): autofix * style(pre-commit): autofix --------- Signed-off-by: Yamato Ando <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Description
validation.lidar_topic_timeout_sec
tosensor_points.timeout_sec
validation.initial_to_result_distance_tolerance_m
validation.skipping_publish_num
Tests performed
LSim works.
Effects on system behavior
Not applicable.
Interface changes
rename a parameter
validation.lidar_topic_timeout_sec
tosensor_points.timeout_sec
add new parameters
validation.initial_to_result_distance_tolerance_m
validation.skipping_publish_num
Pre-review checklist for the PR author
The PR author must check the checkboxes below when creating the PR.
In-review checklist for the PR reviewers
The PR reviewers must check the checkboxes below before approval.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.