#include <YawControl.h>
Definition at line 42 of file YawControl.h.
dbw_mkz_twist_controller::YawControl::YawControl |
( |
| ) |
|
|
inline |
dbw_mkz_twist_controller::YawControl::YawControl |
( |
double |
wheelbase, |
|
|
double |
steering_ratio, |
|
|
double |
steering_wheel_angle_max = INFINITY , |
|
|
double |
lateral_accel_max = INFINITY |
|
) |
| |
|
inline |
double dbw_mkz_twist_controller::YawControl::getSteeringWheelAngle |
( |
double |
cmd_vx, |
|
|
double |
cmd_wz, |
|
|
double |
speed |
|
) |
| |
|
inline |
void dbw_mkz_twist_controller::YawControl::setLateralAccelMax |
( |
double |
val | ) |
|
|
inline |
void dbw_mkz_twist_controller::YawControl::setSteeringRatio |
( |
double |
val | ) |
|
|
inline |
void dbw_mkz_twist_controller::YawControl::setWheelBase |
( |
double |
val | ) |
|
|
inline |
double dbw_mkz_twist_controller::YawControl::lateral_accel_max_ |
|
private |
double dbw_mkz_twist_controller::YawControl::steering_ratio_ |
|
private |
double dbw_mkz_twist_controller::YawControl::steering_wheel_angle_max_ |
|
private |
double dbw_mkz_twist_controller::YawControl::wheelbase_ |
|
private |
The documentation for this class was generated from the following file: