Check Goal 2D#
Check if wheeled robot has reached goal
Installation#
To use this node enable isaacsim.robot.wheeled_robots in the Extension Manager.
Inputs#
| Name | Type | Descripton | Default | 
|---|---|---|---|
| Current Orientation (inputs:currentOrientation) | 
 | Current rotation of the robot as a quaternion (recommended to use Get Prim Local to World Transform node) | [0.0, 0.0, 0.0, 0.0] | 
| Current Position (inputs:currentPosition) | 
 | Current position of the robot (recommended to use Get Prim Local to World Transform node) | [0.0, 0.0, 0.0] | 
| Exec In (inputs:execIn) | 
 | The input execution | None | 
| Target (inputs:target) | 
 | Target position and orientation | [0, 0, 0] | 
| Target Changed (inputs:targetChanged) | 
 | Target position/orientation has changed | False | 
| Thresholds (inputs:thresholds) | 
 | Position and orientation thresholds at target | [0.1, 0.1] | 
Outputs#
| Name | Type | Descripton | Default | 
|---|---|---|---|
| Exec Out (outputs:execOut) | 
 | The output execution | None | 
| Reached Goal (outputs:reachedGoal) | 
 | Reached position and orientation goals | None | 
Metadata#
| Name | Value | 
|---|---|
| Unique ID | isaacsim.robot.wheeled_robots.CheckGoal2D | 
| Version | 1 | 
| Extension | isaacsim.robot.wheeled_robots | 
| Has State? | False | 
| Implementation Language | Python | 
| Default Memory Type | cpu | 
| Generated Code Exclusions | None | 
| uiName | Check Goal 2D | 
| Categories | isaacWheeledRobots | 
| __categoryDescriptions | isaacWheeledRobots,robot path planning inside Isaac Sim | 
| Generated Class Name | OgnCheckGoal2DDatabase | 
| Python Module | isaacsim.robot.wheeled_robots |