#include <YawControl.hpp>
Public Member Functions | |
void | run (const TKTrajectory &input, const TKState ¤tState, YawCtrlOutput &output) |
YawControl () | |
virtual | ~YawControl () |
Private Attributes | |
ros::Time | currentTime |
float | integralYawError |
ros::Time | lastTime |
YawControlOptions | options |
Definition at line 32 of file YawControl.hpp.
Definition at line 34 of file YawControl.cpp.
TELEKYB_NAMESPACE::YawControl::~YawControl | ( | ) | [virtual] |
Definition at line 40 of file YawControl.cpp.
void TELEKYB_NAMESPACE::YawControl::run | ( | const TKTrajectory & | input, |
const TKState & | currentState, | ||
YawCtrlOutput & | output | ||
) |
Definition at line 45 of file YawControl.cpp.
Definition at line 35 of file YawControl.hpp.
float TELEKYB_NAMESPACE::YawControl::integralYawError [private] |
Definition at line 36 of file YawControl.hpp.
Definition at line 35 of file YawControl.hpp.
Definition at line 34 of file YawControl.hpp.