Check Goal 2D
Check if wheeled robot has reached goal
Installation
To use this Node, you must enable omni.isaac.wheeled_robots
in the Extension Manager.
Inputs
Name |
Type |
Description |
Default |
---|---|---|---|
execIn |
|
The input execution |
|
currentPosition |
|
Current position of the robot (recommended to use Get Prim Local to World Transform node) |
|
currentOrientation |
|
Current rotation of the robot as a quaternion (recommended to use Get Prim Local to World Transform node) |
|
target |
|
Target position and orientation |
[0, 0, 0] |
targetChanged |
|
Target position/orientation has changed |
False |
thresholds |
|
Position and orientation thresholds at target |
[0.1, 0.1] |
Outputs
Name |
Type |
Description |
Default |
---|---|---|---|
execOut |
|
The output execution |
|
reachedGoal |
|
Reached position and orientation goals |