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 dependency definition for 'tf2_geometry_msgs' and 'tf2_ros' #116

Merged

Conversation

caioaamaral
Copy link
Contributor

Description

Just tried manually build this package and noticed that some deps where missing, causing a fail at build phase. The main problem seems like tf2_geometry_msgs being missing, making the build crash.

But I also noticed that there are headers including tf2_ros stuff, but no dependency is defined on it. We could get it transitively from tf2_geometry_msgs, but the proper way would also add a dependency definition for tf2_ros

Overview

Add 'tf2_geometry_msgs' and 'tf2_ros' to package manifest and also find_package them at CMakeLists

@lennarthaller lennarthaller merged commit e933256 into appliedAI-Initiative:master Aug 15, 2021
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.

None yet

2 participants