Get Wheel State
Retrieving wheel related simulation state of an omni.physx vehicle
Installation
To use this node enable omni.physx.graph in the Extension Manager.
Inputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Wheel Attachment USD Paths (inputs:vehicleWheelAttachmentPaths) |
|
The USD path of the vehicle prims to get the wheel state for |
[] |
Outputs
Name |
Type |
Descripton |
Default |
---|---|---|---|
Ground Contact State (outputs:groundContactStates) |
|
True if the wheel touches the ground, false if not |
None |
Ground Hit Positions (outputs:groundHitPositions) |
|
The ground hit positions under the wheels stored in (x,y,z) format |
None |
Ground Hit PhysX Actors (outputs:groundPhysXActors) |
|
The physx actors under the wheels |
None |
Ground Hit PhysX Materials (outputs:groundPhysXMaterials) |
|
The physx materials under the wheels |
None |
Ground Hit PhysX Shapes (outputs:groundPhysXShapes) |
|
The physx shapes under the wheels |
None |
Wheel Ground Planes (outputs:groundPlanes) |
|
The ground planes under the wheels stored in [nx,ny,nz,d] format |
None |
Suspension Forces (outputs:suspensionForces) |
|
The force developing on the suspensions |
None |
Suspension Jounces (outputs:suspensionJounces) |
|
The jounce of the suspensions with zero meaning fully elongated |
None |
Tire Forces (outputs:tireForces) |
|
The forces developing on the tires |
None |
Tire Friction Values (outputs:tireFrictions) |
|
The friction values applied to the tires |
None |
Tire Lateral Directions (outputs:tireLateralDirections) |
|
The lateral directions of the tires |
None |
Tire Lateral Slips (outputs:tireLateralSlips) |
|
The tire lateral slips |
None |
Tire Longitudinal Directions (outputs:tireLongitudinalDirections) |
|
The longitudinal directions of the tires |
None |
Tire Longitudinal Slips (outputs:tireLongitudinalSlips) |
|
The tire longitudinal slips |
None |
Wheel Rotation Angles (outputs:wheelRotationAngles) |
|
The wheel rotation angles in radians |
None |
Wheel Rotation Speeds (outputs:wheelRotationSpeeds) |
|
The wheel rotation speeds in radians per second |
None |
Wheel Steer Angles (outputs:wheelSteerAngles) |
|
The wheel steer angles in radians |
None |
Metadata
Name |
Value |
---|---|
Unique ID |
omni.physx.graph.VehicleGetWheelState |
Version |
1 |
Extension |
omni.physx.graph |
Has State? |
False |
Implementation Language |
C++ |
Default Memory Type |
cpu |
Generated Code Exclusions |
tests, usd |
tags |
physics |
uiName |
Get Wheel State |
Categories |
PhysX Scene Vehicles |
Generated Class Name |
OgnVehicleGetWheelStateDatabase |
Python Module |
omni.physxgraph |