REB Publish Differential State
This node publishes differential state messages to Isaac SDK
Installation
To use this Node, you must enable omni.isaac.robot_engine_bridge
in the Extension Manager.
Inputs
Name |
Type |
Description |
Default |
---|---|---|---|
execIn |
|
The input execution port |
|
nodeName |
|
The name of the SDK node to publish/receive from |
interface |
timeOffset |
|
Time offset in nanoseconds to apply to published messages |
0 |
outputComponent |
|
The name of the component on which data is published |
output |
outputChannel |
|
The name of the channel on which data is published |
base_state |
Timestamp (timeStamp) |
|
REB Timestamp in seconds |
0.0 |
linearVelocity |
|
Linear velocity vector in m/s |
[0.0, 0.0, 0.0] |
angularVelocity |
|
Angular velocity vector in rad/s |
[0.0, 0.0, 0.0] |
robotFront |
|
The front of the robot |
[1.0, 0.0, 0.0] |