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

Generalize planar laser scan support #271

Merged
merged 16 commits into from
Dec 24, 2023
Merged

Conversation

nahueespinosa
Copy link
Member

Proposed changes

Related to #170.

Completes the implementation of the laser scan class proposed in #168.

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

@nahueespinosa nahueespinosa self-assigned this Dec 10, 2023
@nahueespinosa nahueespinosa added enhancement New feature or request cpp Related to C++ code labels Dec 10, 2023
@nahueespinosa nahueespinosa marked this pull request as draft December 10, 2023 23:47
Base automatically changed from nahuel/beluga_ros to main December 11, 2023 18:07
Signed-off-by: Nahuel Espinosa <nespinosa@ekumenlabs.com>
@nahueespinosa nahueespinosa marked this pull request as ready for review December 11, 2023 18:10
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.

Awesome work @nahueespinosa !

beluga/include/beluga/sensor/data/laser_scan.hpp Outdated Show resolved Hide resolved
beluga_ros/test/test_laser_scan.cpp Outdated Show resolved Hide resolved
Signed-off-by: Nahuel Espinosa <nespinosa@ekumenlabs.com>
Signed-off-by: Nahuel Espinosa <nespinosa@ekumenlabs.com>
Signed-off-by: Nahuel Espinosa <nespinosa@ekumenlabs.com>
Signed-off-by: Nahuel Espinosa <nespinosa@ekumenlabs.com>
Signed-off-by: Nahuel Espinosa <nespinosa@ekumenlabs.com>
Signed-off-by: Nahuel Espinosa <nespinosa@ekumenlabs.com>
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.

Looking good. Mostly comments about being clear how we define take_evenly

beluga/include/beluga/sensor/data/laser_scan.hpp Outdated Show resolved Hide resolved
beluga/include/beluga/views/take_evenly.hpp Show resolved Hide resolved
beluga/include/beluga/views/take_evenly.hpp Outdated Show resolved Hide resolved
beluga/include/beluga/views/take_evenly.hpp Outdated Show resolved Hide resolved
beluga/include/beluga/views/take_evenly.hpp Outdated Show resolved Hide resolved
beluga/test/beluga/views/test_take_evenly.cpp Show resolved Hide resolved
beluga_amcl/src/amcl_node.cpp Show resolved Hide resolved
beluga_amcl/src/amcl_nodelet.cpp Show resolved Hide resolved
beluga_ros/include/beluga_ros/laser_scan.hpp Show resolved Hide resolved
beluga_system_tests/test/test_system.cpp Show resolved Hide resolved
Signed-off-by: Nahuel Espinosa <nespinosa@ekumenlabs.com>
Signed-off-by: Nahuel Espinosa <nespinosa@ekumenlabs.com>
@nahueespinosa
Copy link
Member Author

@glpuga Thanks for the review! Comments were addressed.

Signed-off-by: Nahuel Espinosa <nespinosa@ekumenlabs.com>
Signed-off-by: Nahuel Espinosa <nespinosa@ekumenlabs.com>
Signed-off-by: Nahuel Espinosa <nespinosa@ekumenlabs.com>
@glpuga
Copy link
Collaborator

glpuga commented Dec 24, 2023

Let me know what you think of #271 (comment) , other than that I think this is good.

Signed-off-by: Nahuel Espinosa <nespinosa@ekumenlabs.com>
beluga/include/beluga/views/take_evenly.hpp Outdated Show resolved Hide resolved
beluga/test/beluga/views/test_take_evenly.cpp Outdated Show resolved Hide resolved
Signed-off-by: Nahuel Espinosa <nespinosa@ekumenlabs.com>
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!

Signed-off-by: Nahuel Espinosa <nespinosa@ekumenlabs.com>
Signed-off-by: Nahuel Espinosa <nespinosa@ekumenlabs.com>
@nahueespinosa nahueespinosa merged commit 51576fb into main Dec 24, 2023
8 checks passed
@nahueespinosa nahueespinosa deleted the nahuel/planar-laser-scan branch December 24, 2023 21:07
@hidmic hidmic mentioned this pull request Jan 19, 2024
2 tasks
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.

None yet

3 participants