You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
When having multiple cameras e.g.
camera
andcamera2
I would expect the corresponding camera base frames to becamera/camera_link
andcamera2/camera_link
. But instead, camera frames are generated aswhich results in
camera/camera_link
andcamera2/camera2_link
. IMO, camera frames should be generated like the following, as this is more intuitive. In other words, only thetf_prefix
should be taken into account when generating frame names.The text was updated successfully, but these errors were encountered: