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

Export tf2 dependency from tf2_ros #72

Merged
merged 1 commit into from
Oct 8, 2018

Conversation

crdelsey
Copy link
Contributor

@crdelsey crdelsey commented Oct 6, 2018

tf2_ros brings in tf2 headers. This dependency was not being
exported before. As a consequence of this, if a package
included the tf2_ros package and included the transform_listener.h
header, the package would fail to compile.

@tfoote tfoote added the in review Waiting for review (Kanban column) label Oct 6, 2018
Copy link
Contributor

@clalancette clalancette left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, good call.

@clalancette
Copy link
Contributor

clalancette commented Oct 6, 2018

CI:

  • Linux Build Status
  • Linux-aarch64 Build Status
  • macOS Build Status
  • Windows Build Status

@clalancette
Copy link
Contributor

CI is failing because this needs to be rebased after ros2/rcutils#113 was merged. @crdelsey would you mind doing a quick rebase? Thanks.

tf2_ros brings in tf2 headers. This dependency was not being
exported before. As a consequence of this, if a package
included the tf2_ros package and included the `transform_listener.h`
header, the package would fail to compile.
@crdelsey
Copy link
Contributor Author

crdelsey commented Oct 8, 2018

@clalancette The branch is rebased now.

@sloretz
Copy link
Contributor

sloretz commented Oct 8, 2018

Rerunning CI post rebase. Edit: Nevermind, I see you edited your comment @clalancette . I should have figured that out by seen osx was still running.

  • Linux Build Status
  • Linux-aarch64 Build Status
  • macOS Build Status
  • Windows Build Status

@clalancette
Copy link
Contributor

Rerunning CI post rebase. Edit: Nevermind, I see you edited your comment @clalancette . I should have figured that out by seen osx was still running.

No worries :).

@clalancette
Copy link
Contributor

The unstable builds on all of this is because of a different problem unrelated to this PR. I'm going to merge this up. Thanks for your contribution!

@clalancette clalancette merged commit a94b4ed into ros2:ros2 Oct 8, 2018
@clalancette clalancette removed the in review Waiting for review (Kanban column) label Oct 8, 2018
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

4 participants