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
tf2 is a very frequently used library in Robot pose related calculation. It provides basic geometry data types, such as Vector3, Matrix3x3, Quaternion, Transform. These data types support linear algebra operations between each other.
Simiar as ROS bindings, DORA should have native support for
C++ bindings for tf2, including classes for BufferListener, BufferBroadcaster, BufferServer, and BufferClient
Python bindings for tf2, including classes for BufferListener BufferBroadcaster and BufferClient
Another way is to use ROS2 bridge, however running native in DORA will give better performance.
Since TF2 library is independent of ROS. Thus we can take less effort to deep integration of TF2.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
tf2 is a very frequently used library in Robot pose related calculation. It provides basic geometry data types, such as Vector3, Matrix3x3, Quaternion, Transform. These data types support linear algebra operations between each other.
Simiar as ROS bindings, DORA should have native support for
C++ bindings for tf2, including classes for BufferListener, BufferBroadcaster, BufferServer, and BufferClient
Python bindings for tf2, including classes for BufferListener BufferBroadcaster and BufferClient
Another way is to use ROS2 bridge, however running native in DORA will give better performance.
Since TF2 library is independent of ROS. Thus we can take less effort to deep integration of TF2.
Beta Was this translation helpful? Give feedback.
All reactions