-
Notifications
You must be signed in to change notification settings - Fork 109
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 migration #24
tf2 migration #24
Conversation
Re targeted branch to melodic, will wait for upstream dependency |
@davetcoleman the dependencies of this PR should be ready with moveit/moveit#830 merged into |
i just restarted the build... |
@davetcoleman It seems Travis is building against the kinetic ROS packages:
|
Not sure when I'll have time to fix the Travis CI, feel free to (sorry) |
Okay I found time @IanTheEngineer :-) |
@IanTheEngineer CI works now but its failing on tf-related issues:
|
@davetcoleman It looks like you're building the CI without this pull request then? That's one of the lines that I fixed for |
I don't see how the CI would have build the code without this PR |
It seems your branch needed to be rebased with the latest melodic-devel changes. I tested locally and so went ahead and merged this. |
Ah, that makes sense. Thanks Dave! |
All conversions from
eigen_conversions
are now usingtf2_eigen
instead.tf::TransformListener
is now converted to a combination oftf2_ros::Buffer
andtf2_ros::TransformListener
.These changes are for
melodic-devel
only, and depend on moveit/moveit#830.