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

Migrate to TF2 #49

Open
perezsolerj opened this issue Oct 23, 2015 · 1 comment
Open

Migrate to TF2 #49

perezsolerj opened this issue Oct 23, 2015 · 1 comment

Comments

@perezsolerj
Copy link
Contributor

TF package was marked as deprecated in hydro version. We should move the ROStoWorldTF publisher to TF2, as it is more efficient:

http://wiki.ros.org/tf2/Migration

@davidfornas
Copy link
Contributor

From that thread:

As tf2 is a major change the tf API has been maintained in its current form. Since tf2 has a superset of the tf features with a subset of the dependencies the tf implementation has been removed and replaced with calls to tf2 under the hood. This will mean that all users will be compatible with tf2. It is recommended for new work to use tf2 directly as it has a cleaner interface. However tf will continue to be supported for through at least J Turtle.

So, if understand it correctly we are already silently using TF2 through TF at least until ROS K, so we have plenty of time if we want to change it for clarity but the code is already more efficient.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants