12. Steering
Steering mechanism with Wheel Joints and Two Body Tire.
The AGX Dynamics for Unreal Steering Component provides several steering mechanisms used in ground vehicles. These mechanisms control the steering angle of two Wheel Joint so that the wheels follow the proper geometric relationship when turning.
The available steering types correspond to those implemented in AGX Dynamics.
Ackermann steeringBell-crank steeringRack-and-pinion steeringDavis steering
Each mechanism is configured using a dedicated SteeringParameters Asset that defines the
geometric properties of the linkage.
12.1. Creating and Using Steering Component
Creating and configuring a Steering Component consists of the following basic steps:
Select the left and right Wheel Joint from the Steering Components Details Panel.
Create and assign a
SteeringParametersAsset of the appropriate type. The type will determine the type of the Steering Mechanism.
To control the Steering, the Set Steering Angle function can be called from Blueprint or C++.
Calling the Set Steering Angle function.