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

Replace tf_conversions with tf2::convert #66

Merged
merged 2 commits into from Jun 16, 2020
Merged

Conversation

gleichdick
Copy link
Contributor

tf_conversions was still in use in one compilation unit

@gleichdick
Copy link
Contributor Author

CI is failing due to clang-tidy

Copy link
Contributor

@rhaschke rhaschke left a comment

Choose a reason for hiding this comment

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

Thanks for this cleanup. To disambiguate the conversion direction, please use tf2::toMsg and tf2::fromMsg instead of tf2::convert.

#include <eigen_conversions/eigen_msg.h>
#include <tf_conversions/tf_eigen.h>
#include <tf2_eigen/tf2_eigen.h>
#include <tf2/convert.h>
Copy link
Contributor

Choose a reason for hiding this comment

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

This line is redundant

Suggested change
#include <tf2/convert.h>

@rhaschke
Copy link
Contributor

Closing and reopening to trigger Travis.

@rhaschke rhaschke closed this Jun 11, 2020
@rhaschke rhaschke reopened this Jun 11, 2020
@rhaschke
Copy link
Contributor

Remaining clang-tidy issue is fixed in #68.

@tylerjw
Copy link
Member

tylerjw commented Jun 16, 2020

merge?

@rhaschke rhaschke merged commit 22a039b into moveit:master Jun 16, 2020
v4hn pushed a commit to v4hn/moveit_visual_tools that referenced this pull request Aug 3, 2020
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