ROS2 Publish Joint State#
This node publishes joint states of a robot in ROS2 JointState message
Installation#
To use this node enable isaacsim.ros2.nodes in the Extension Manager.
Inputs#
Name |
Type |
Descripton |
Default |
|---|---|---|---|
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 |
Joint Dof Types (inputs:jointDofTypes) |
|
Per-DOF type from Isaac Read Joint State: 0 = revolute, 1 = prismatic |
[] |
Joint Efforts (inputs:jointEfforts) |
|
Joint efforts from Isaac Read Joint State (Nm or N) |
[] |
Joint Names (inputs:jointNames) |
|
Joint names from Isaac Read Joint State (connect instead of targetPrim for preferred path) |
[] |
Joint Positions (inputs:jointPositions) |
|
Joint positions from Isaac Read Joint State (rad or m) |
[] |
Joint Velocities (inputs:jointVelocities) |
|
Joint velocities from Isaac Read Joint State (rad/s or m/s) |
[] |
Node Namespace (inputs:nodeNamespace) |
|
Name of ROS2 Node, prepends any topic published/subscribed by the node name |
|
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 sent. Only honored if ‘history’ QoS policy was set to ‘keep last’. This setting can be overwritten by qosProfile input. |
10 |
Sensor Time (inputs:sensorTime) |
|
Sensor timestamp from Isaac Read Joint State (used as message timestamp when connected) |
0.0 |
Stage Meters Per Unit (inputs:stageMetersPerUnit) |
|
Stage meters per USD unit from Isaac Read Joint State |
0.0 |
Target Prim (inputs:targetPrim) |
|
USD reference to the robot prim |
None |
Timestamp (inputs:timeStamp) |
|
ROS2 Timestamp in seconds |
0.0 |
Topic Name (inputs:topicName) |
|
Name of ROS2 Topic |
joint_states |
Metadata#
Name |
Value |
|---|---|
Unique ID |
isaacsim.ros2.bridge.ROS2PublishJointState |
Version |
1 |
Extension |
isaacsim.ros2.nodes |
Icon |
ogn/icons/isaacsim.ros2.bridge.ROS2PublishJointState.svg |
Has State? |
False |
Implementation Language |
C++ |
Default Memory Type |
cpu |
Generated Code Exclusions |
None |
uiName |
ROS2 Publish Joint State |
Categories |
isaacRos2:publisher |
Generated Class Name |
OgnROS2PublishJointStateDatabase |
Python Module |
isaacsim.ros2.nodes |