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 beluga_amcl package and example launch file #21

Merged
merged 3 commits into from
Dec 1, 2022

Conversation

nahueespinosa
Copy link
Member

@nahueespinosa nahueespinosa commented Nov 29, 2022

This patch adds two packages to the repository:

  • beluga_amcl: Intended to be a drop-in replacement for nav2_amcl.
  • beluga_examples: Containing launch files and configuration files to see beluga_amcl in action.

Related to #3.

The motion and sensor models are not implemented yet. It only has a random particle generator to populate the initial map.

image

Copy link
Collaborator

@hidmic hidmic left a comment

Choose a reason for hiding this comment

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

Looking good. Are you planning to merge this skeleton first before resolving TODOs?

beluga_amcl/include/beluga_amcl/models.hpp Show resolved Hide resolved
beluga_amcl/include/beluga_amcl/models.hpp Show resolved Hide resolved
beluga_amcl/include/beluga_amcl/models.hpp Show resolved Hide resolved
@nahueespinosa
Copy link
Member Author

Are you planning to merge this skeleton first before resolving TODOs?

@hidmic Yes! This patch was getting out of hand in terms of LOC and having a random set of particles with a very ad-hoc implementation of the models seemed like a good starting point.

@nahueespinosa nahueespinosa merged commit 4ff2a98 into master Dec 1, 2022
@nahueespinosa nahueespinosa deleted the nahuel/beluga_amcl branch December 1, 2022 14:21
@nahueespinosa nahueespinosa added cpp Related to C++ code ros Related to ROS labels Jan 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cpp Related to C++ code ros Related to ROS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants