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_ros package #270

Merged
merged 3 commits into from
Dec 11, 2023
Merged

Add beluga_ros package #270

merged 3 commits into from
Dec 11, 2023

Conversation

nahueespinosa
Copy link
Member

Proposed changes

This patch creates a beluga_ros package in order to decouple common functionality to interface with ROS from beluga_amcl. The goal is to reduce the boilerplate needed to create a new ROS localization package using beluga.

Type of change

  • 🐛 Bugfix (change which fixes an issue)
  • 🚀 Feature (change which adds functionality)
  • 📚 Documentation (change which fixes or extends documentation)

Checklist

  • Lint and unit tests (if any) pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)
  • All commits have been signed for DCO

Additional comments

More utilities and refactoring coming up in following PRs.

Signed-off-by: Nahuel Espinosa <nespinosa@ekumenlabs.com>
@nahueespinosa nahueespinosa added cpp Related to C++ code ros Related to ROS labels Dec 10, 2023
@nahueespinosa nahueespinosa self-assigned this Dec 10, 2023
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.

Looks great @nahueespinosa! Left some comments here and there.

beluga_amcl/cmake/ament.cmake Outdated Show resolved Hide resolved
beluga_ros/test/test_occupancy_grid.cpp Show resolved Hide resolved
The definition is already exported by `beluga_ros`. Currently, `beluga_amcl`
doesn't need to condition compile based on BELUGA_ROS_VERSION.
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.

LGTM

@nahueespinosa nahueespinosa merged commit e51ac33 into main Dec 11, 2023
8 checks passed
@nahueespinosa nahueespinosa deleted the nahuel/beluga_ros branch December 11, 2023 18:07
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