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

frameExists is not backwards compatible #63

Closed
pbeeson opened this issue May 13, 2014 · 0 comments
Closed

frameExists is not backwards compatible #63

pbeeson opened this issue May 13, 2014 · 0 comments

Comments

@pbeeson
Copy link

pbeeson commented May 13, 2014

After moving our DRC robot from groovy to hydro, we experienced tons of issues. This all boiled down to a programmer's frequet use of tf_listener.frameExists(frameID) with a frameID string that contains a forward slash. frameExists, should be smart enough to remove the front slash. I've fixed our code to use the tf::remove_front_sl;ash call, but frameExists should be doing this for the passed string (andin pre-hydro releases, probably the actual frame list as well).

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

No branches or pull requests

1 participant