-
Notifications
You must be signed in to change notification settings - Fork 197
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
[tf2_ros, tf2_geometry_msgs] export targets in addition to include directories / libraries #271
Conversation
Signed-off-by: Dirk Thomas <dirk-thomas@users.noreply.github.com>
Signed-off-by: Dirk Thomas <dirk-thomas@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
CI see ros2/message_filters#46. |
… / libraries Signed-off-by: Dirk Thomas <dirk-thomas@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll note that this overlaps somewhat with #269. That's fine, I can rebase that one later. But I'd also be careful to run some of the same tests in CI that failed there; namely, make sure to run rviz_common
and rviz_default_plugins
tests.
Another full CI of this branch (which includes ros2/message_filters#46): |
…to_package() Signed-off-by: Dirk Thomas <dirk-thomas@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This patch (with connected PRs) resolves ros2/rviz#554 and (partially) ros2/rviz#556 for me. CI also LGTM.
For ros2/rviz#556, I still see cmake errors related to rclcpp
as noted in ros2/rviz#556 (comment).
I think we should go ahead and merge.
Necessary to make downstream packages like
rviz_common
which already use modern CMake targets relocatable.See ros2/rviz#554 and ros2/rviz#556.