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

Fix a compile error with modern rclcpp. #3

Merged

Conversation

clalancette
Copy link
Contributor

In particular, the constref shared_ptr callback
signature must also have a 'const' on the type.

Note that I compile-tested this on Humble (Ubuntu 22.04), Iron (Ubuntu 22.04) and Rolling (Ubuntu 24.04), and it now seems to compile on all of them.

I believe this should fix #2

In particular, the constref shared_ptr callback
signature must also have a 'const' on the type.

Signed-off-by: Chris Lalancette <[email protected]>
@lreiher
Copy link
Member

lreiher commented Mar 18, 2024

Awesome, thank you very much.

@lreiher lreiher merged commit ac1a16a into ika-rwth-aachen:main Mar 18, 2024
@clalancette clalancette deleted the clalancette/fix-compile-error branch March 19, 2024 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Build error on ROS 2 Buildfarm for Rolling
2 participants