![]() |
VR-Forces 4.10 Class Documentation
|
Structure contained individual wheel information partNum - the articulated part wheel id wheelSet - 1-10 (front wheels are set 1) wheelSide - WHEEL_LEFT, WHEEL_RIGHT wheelRadius - the radius of the wheel (in meters) angVel - the last angular velocity set for this wheel. More...
Public Types | |
| enum | WheelSide { WHEEL_UNKNOWN, WHEEL_LEFT, WHEEL_RIGHT } |
| Which side. More... | |
Public Member Functions | |
| WheelInfo () | |
Public Attributes | |
| bool | steerable |
| int | partNum |
| int | wheelSet |
| WheelSide | wheelSide |
| double | wheelRadius |
| double | angVel |
| The velocity with which the wheel is turning. More... | |
Structure contained individual wheel information partNum - the articulated part wheel id wheelSet - 1-10 (front wheels are set 1) wheelSide - WHEEL_LEFT, WHEEL_RIGHT wheelRadius - the radius of the wheel (in meters) angVel - the last angular velocity set for this wheel.
| makVrv::WheelInfo::WheelInfo | ( | ) |
| bool makVrv::WheelInfo::steerable |
| int makVrv::WheelInfo::partNum |
| int makVrv::WheelInfo::wheelSet |
| WheelSide makVrv::WheelInfo::wheelSide |
| double makVrv::WheelInfo::wheelRadius |
| double makVrv::WheelInfo::angVel |
The velocity with which the wheel is turning.