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
Hello, how to realize the coordinate transformation of two robots through iop?Through ros, I can get the relative position of two robots in tf, but with iop, the tf trees on the two machines are different.
The text was updated successfully, but these errors were encountered:
You need a client for each robot and a global position for each robot. In simulation it is done by tf2satfix.py on the robot side.
If global position available the client on OCU side creates tf automatically [world->anchor->base_link]. For multiple robots you have to rename frame id's, e.g:
Hello, how to realize the coordinate transformation of two robots through iop?Through ros, I can get the relative position of two robots in tf, but with iop, the tf trees on the two machines are different.
The text was updated successfully, but these errors were encountered: