Differential Controller
Differential Controller
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 |
|
wheelRadius |
|
radius of the wheels |
|
wheelDistance |
|
distance between the two wheels |
|
maxLinearSpeed |
|
max linear speed allowed for vehicle |
|
maxAngularSpeed |
|
max angular speed allowed for vehicle |
|
maxWheelSpeed |
|
max wheel speed allowed |
|
linearVelocity |
|
desired linear velocity |
|
angularVelocity |
|
desired rotation velocity |
Outputs
Name |
Type |
Description |
Default |
---|---|---|---|
positionCommand |
|
position commands |
|
velocityCommand |
|
velocity commands |
|
effortCommand |
|
effort commands |