open_simulation_interface
v3.4.0 (2021-11-18)
|
A description of the steering wheel. More...
Public Attributes | |
optional double | angle = 1 |
optional double | angular_speed = 2 |
optional double | torque = 3 |
A description of the steering wheel.
optional double osi3::VehicleSteeringWheel::angle = 1 |
Angle of the steering wheel. Zero means the steering wheel is in its center position. A positive value means the steering wheel is turned to the left. A negative value means the steering wheel is turned to the right of the center position.
Unit: rad
optional double osi3::VehicleSteeringWheel::angular_speed = 2 |
Angular speed of the steering wheel. Zero means the steering wheel stays in its position. A positive value means the steering wheel is turned to the left. A negative value means the steering wheel is turned to the right.
Unit: rad/s
optional double osi3::VehicleSteeringWheel::torque = 3 |
Torque of the steering wheel to the hand. Zero means there is no force from the steering wheel to the hand of the driver. A positive value means that the steering wheel would turn to the left without driver intervention. A negative value means that the steering wheel would turn to the right without driver intervention.
Unit: N*m