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

Add max_beams parameter to beluga_amcl #84

Merged
merged 4 commits into from
Jan 27, 2023
Merged

Conversation

nahueespinosa
Copy link
Member

@nahueespinosa nahueespinosa commented Jan 25, 2023

Summary

There is a parameter in nav2_amcl that is used to decimate the laser scan beams before updating the measurement model. This patch adds that feature to beluga_amcl, allowing us to compare performance more fairly.

See:

Checklist

  • Read the contributing guidelines.
  • Configured pre-commit and ran colcon test locally.
  • Signed all commits for DCO.
  • Added tests (regression tests for bugs, coverage of new code for features).
  • Updated documentation (as needed).
  • Checked that CI is passing.

@nahueespinosa nahueespinosa added enhancement New feature or request cpp Related to C++ code labels Jan 25, 2023
@nahueespinosa nahueespinosa self-assigned this Jan 25, 2023
@nahueespinosa
Copy link
Member Author

Looks like I'll need to add tests for this to pass the coverage check. 😅

There is a parameter in `nav2_amcl` that is used to decimate the laser
scan beams before updating the measurement model. This patch adds that
feature to `beluga_amcl`, allowing us to compare performance more
fairly.

Signed-off-by: Nahuel Espinosa <nespinosa@ekumenlabs.com>
Signed-off-by: Nahuel Espinosa <nespinosa@ekumenlabs.com>
Signed-off-by: Nahuel Espinosa <nespinosa@ekumenlabs.com>
ivanpauno
ivanpauno previously approved these changes Jan 27, 2023
Copy link
Collaborator

@ivanpauno ivanpauno left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!
I have only one comment that can be ignored.

beluga_amcl/test/test_amcl_node_utils.cpp Outdated Show resolved Hide resolved
Signed-off-by: Nahuel Espinosa <nespinosa@ekumenlabs.com>
@nahueespinosa nahueespinosa merged commit fdac66c into main Jan 27, 2023
@nahueespinosa nahueespinosa deleted the nahuel/max_beams branch January 27, 2023 20:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cpp Related to C++ code enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants