ROS2 Subscribe Transform Tree
This node subscribes to a ROS2 Transform Tree
Installation
To use this node enable omni.isaac.ros2_bridge in the Extension Manager.
Inputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Articulation Roots (inputs:articulationRoots) |
|
Array of articulation root prims that will be modified |
[] |
Context (inputs:context) |
|
ROS2 context handle, Default of zero will use the default global context |
0 |
Exec In (inputs:execIn) |
|
The input execution port. |
None |
Frame Names Map (inputs:frameNamesMap) |
|
Array of [prim_path_0, frame_name_0, prim_path_1, frame_name_1, …]. |
[] |
Node Namespace (inputs:nodeNamespace) |
|
Namespace of ROS2 Node, prepends any published/subscribed topic by the node namespace |
|
Qos Profile (inputs:qosProfile) |
|
QoS profile config |
|
Queue Size (inputs:queueSize) |
|
The number of messages to queue up before throwing some away, in case messages are collected faster than they can be processed. Only honored if ‘history’ QoS policy was set to ‘keep last’. This setting can be overwritten by qosProfile input. |
10 |
Topic Name (inputs:topicName) |
|
Name of ROS2 Topic |
tf |
Outputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Exec Out (outputs:execOut) |
|
Output execution triggers when a new message is received |
None |
Metadata
Name |
Value |
---|---|
Unique ID |
omni.isaac.ros2_bridge.ROS2SubscribeTransformTree |
Version |
1 |
Extension |
omni.isaac.ros2_bridge |
Icon |
ogn/icons/omni.isaac.ros2_bridge.ROS2SubscribeTransformTree.svg |
Has State? |
False |
Implementation Language |
C++ |
Default Memory Type |
cpu |
Generated Code Exclusions |
None |
uiName |
ROS2 Subscribe Transform Tree |
Categories |
isaacRos2:subscriber |
Generated Class Name |
OgnROS2SubscribeTransformTreeDatabase |
Python Module |
omni.isaac.ros2_bridge |