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

naming of camera frames not inuitive #37

Open
achim-k opened this issue Jan 16, 2017 · 1 comment
Open

naming of camera frames not inuitive #37

achim-k opened this issue Jan 16, 2017 · 1 comment

Comments

@achim-k
Copy link

achim-k commented Jan 16, 2017

When having multiple cameras e.g. camera and camera2 I would expect the corresponding camera base frames to be camera/camera_link and camera2/camera_link. But instead, camera frames are generated as

$(arg tf_prefix)/$(arg camera)_XXX

which results in camera/camera_link and camera2/camera2_link. IMO, camera frames should be generated like the following, as this is more intuitive. In other words, only the tf_prefix should be taken into account when generating frame names.

$(arg tf_prefix)/camera_XXX
@130s
Copy link
Member

130s commented Feb 16, 2019

Sounds reasonable to me, although I can't think of backward compatible solution.

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

2 participants