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

refactor(ndt scan matcher): update parameter #7276

Conversation

YamatoAndo
Copy link
Contributor

Description

  • rename validation.lidar_topic_timeout_sec to sensor_points.timeout_sec
  • add new parameter validation.initial_to_result_distance_tolerance_m
  • add new parameter validation.skipping_publish_num

Tests performed

LSim works.

Effects on system behavior

Not applicable.

Interface changes

rename a parameter

  • validation.lidar_topic_timeout_sec to sensor_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.

  • There are no open discussions or they are tracked via tickets.

After all checkboxes are checked, anyone who has write access can merge the PR.

@github-actions github-actions bot added type:documentation Creating or refining documentation. (auto-assigned) component:localization Vehicle's position determination in its environment. (auto-assigned) labels Jun 5, 2024
@SakodaShintaro SakodaShintaro added the tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) label Jun 5, 2024
Copy link
Contributor

@SakodaShintaro SakodaShintaro left a 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.

@KYabuuchi
Copy link
Contributor

@YamatoAndo This is a very minor suggestion, there are diffs of the yaml file in universe and launch.

image

@YamatoAndo YamatoAndo merged commit d17bfa1 into autowarefoundation:main Jun 13, 2024
24 checks passed
@YamatoAndo YamatoAndo deleted the refactor/ndt_scan_matcher/update_parameter branch June 13, 2024 10:30
simon-eisenmann-driveblocks pushed a commit to simon-eisenmann-driveblocks/autoware.universe that referenced this pull request Jun 26, 2024
* 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]>
KhalilSelyan pushed a commit that referenced this pull request Jul 22, 2024
* 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:localization Vehicle's position determination in its environment. (auto-assigned) tag:run-build-and-test-differential Mark to enable build-and-test-differential workflow. (used-by-ci) type:documentation Creating or refining documentation. (auto-assigned)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants