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

Decouple ROS message types from the observation model #27

Merged
merged 4 commits into from
Dec 19, 2022

Conversation

nahueespinosa
Copy link
Member

@nahueespinosa nahueespinosa commented Dec 17, 2022

This patch decouples ROS message types from the likelihood field sensor model, allowing it to be moved to the main package. It also replaces the custom state class with SE(2) group elements using the sophus library, closing #7.

The only functional change with respect to the previous implementation is that we now support different orientations for the map origin.

Related to #3.

@nahueespinosa nahueespinosa self-assigned this Dec 19, 2022
Copy link
Collaborator

@glpuga glpuga left a comment

Choose a reason for hiding this comment

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

Left some questions and comments below.

beluga/include/beluga/beluga.h Show resolved Hide resolved
beluga/test/beluga/sensor/test_likelihood_field_model.cpp Outdated Show resolved Hide resolved
beluga/test/benchmark/benchmark_likelihood_field_model.cpp Outdated Show resolved Hide resolved
beluga/test/benchmark/benchmark_likelihood_field_model.cpp Outdated Show resolved Hide resolved
beluga_amcl/include/beluga_amcl/occupancy_grid.hpp Outdated Show resolved Hide resolved
@nahueespinosa
Copy link
Member Author

@glpuga Thanks for the review! I think the comments have been addressed.

glpuga
glpuga previously approved these changes Dec 19, 2022
Copy link
Collaborator

@glpuga glpuga left a comment

Choose a reason for hiding this comment

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

LGTM!

@nahueespinosa nahueespinosa merged commit bb0187f into master Dec 19, 2022
@nahueespinosa nahueespinosa deleted the nahuel/sophus branch December 19, 2022 23:28
@nahueespinosa nahueespinosa mentioned this pull request Dec 19, 2022
@nahueespinosa nahueespinosa added enhancement New feature or request 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 enhancement New feature or request ros Related to ROS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants