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
Describe the bug
I don't know where to report this for now, so i will just report it to its digital twin.
I have the Create 3 robot and on i have configured it through its' webserver to have a namespace say /robot1.
I can see the topics have indeed pushed down to it but one concern is that /tf and /tf_static/ are also pushed down i.e /robot1/tf and /robot1/tf_static.
Generally as far as i know /tf and /tf_static should be on global namespace and the frame-names instead should be pushed to a different ie /robot1/odom frame.
I would like to know if my thinking is wrong and how i can keep the namespace but have my tf tree correctly, so i can publish other transforms like lidar or camera frame in relation to say base_link frame.
Available topics: /robot1/tf should be still /tf but with frames like /robot1/odom etc. ( Correct me if i am wrong)
If you had a multi-robot use case, you could subscribe to the separate topics /robot1/tf/robot2/tf then make a TransformBroadcaster with the frames renamed to robot1/frame1 and robot2/frame1, etc... in the standard tf tree
Describe the bug
I don't know where to report this for now, so i will just report it to its digital twin.
I have the Create 3 robot and on i have configured it through its' webserver to have a namespace say
/robot1
.I can see the topics have indeed pushed down to it but one concern is that
/tf
and/tf_static/
are also pushed down i.e/robot1/tf
and/robot1/tf_static
.Generally as far as i know
/tf
and/tf_static
should be on global namespace and the frame-names instead should be pushed to a different ie/robot1/odom
frame.I would like to know if my thinking is wrong and how i can keep the namespace but have my
tf
tree correctly, so i can publish other transforms like lidar or camera frame in relation to saybase_link
frame.Available topics:
/robot1/tf
should be still/tf
but with frames like/robot1/odom
etc. ( Correct me if i am wrong)Additional Context
#176 (comment) Seems to have it right for the draft but on real robot is not like that.
The text was updated successfully, but these errors were encountered: