Quintic Path Planner
Quintic Path Planner For Wheeled robots
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) |
|
targetPrim |
|
USD prim reference to the target position/orientation prim |
|
targetPosition |
|
Target position (used if no targetPrim provided) |
|
targetOrientation |
|
Target orientation (used if no targetPrim provided) |
|
initialVelocity |
|
Initial velocity |
0.5 |
initialAccel |
|
Initial acceleration |
0.02 |
goalVelocity |
|
Goal velocity |
0.5 |
goalAccel |
|
Goal acceleration |
0.02 |
maxAccel |
|
Max acceleration |
1.5 |
maxJerk |
|
Max jerk |
0.3 |
step |
|
Step |
0.16666666667 |
Outputs
Name |
Type |
Description |
Default |
---|---|---|---|
execOut |
|
The output execution |
|
pathArrays |
|
The path v, x, y, and yaw arrays |
|
target |
|
Target position and orientation |
|
targetChanged |
|
Target position/orientation has changed |