Skip to content
This repository was archived by the owner on Aug 11, 2023. It is now read-only.

Changes for tf2 in hydro - frame naming#167

Merged
stonier merged 1 commit into
hydro-develfrom
tf2
Aug 29, 2013
Merged

Changes for tf2 in hydro - frame naming#167
stonier merged 1 commit into
hydro-develfrom
tf2

Conversation

@stonier

@stonier stonier commented Aug 28, 2013

Copy link
Copy Markdown
Contributor

http://www.ros.org/wiki/hydro/Migration#tf2.2BAC8-Migration.Removal_of_support_for_tf_prefix

They are no longer attempting to handle graph names. As it turns out, with some packages having updated and others none, rosjava causes havoc with the names. This is the case for android_tutorial_map_view where lookups to common roots fail (map-base_link) because its trying to compare the graph name resolved /map with the map header string map that got saved in the transform class internally.

I've fleshed out some rosjava_geometry2 modules that remove usage of GraphName with FrameName. The only special feature of that class is the python/cpp implementation's stripping of any leading slashes. This resolves the problems for android_tutorial_map_viewer in hydro.

@ghost ghost assigned stonier Aug 28, 2013
@stonier

stonier commented Aug 28, 2013

Copy link
Copy Markdown
Contributor Author

Merged the geometry2 module directly in - original causes bugs and shouldn't be used hereafter in hydro anyway and this gives a clearer diff.

@stonier

stonier commented Aug 28, 2013

Copy link
Copy Markdown
Contributor Author

Don't merge this yet - it's a work in progress.

@stonier

stonier commented Aug 29, 2013

Copy link
Copy Markdown
Contributor Author

Merging so I can test and move on to other pull requests. @damonkohler if you've got any requests, we can easily come back and attack this.

stonier added a commit that referenced this pull request Aug 29, 2013
Changes for tf2 in hydro - frame naming
@stonier stonier merged commit c502576 into hydro-devel Aug 29, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant