Inverse of the update rates for control, (optional) imu and debug output. More...
#include <base_controller.h>
Public Member Functions | |
Period (double imu_frequency, double control_frequency, double debug_frequency) | |
Public Attributes | |
double | control_ |
double | debug_ |
double | imu_ |
Inverse of the update rates for control, (optional) imu and debug output.
See UpdateRate for more details.
Definition at line 114 of file base_controller.h.
|
inline |
Definition at line 120 of file base_controller.h.
double diffbot::BaseController< TMotorController, TMotorDriver >::UpdateRate::Period::control_ |
Definition at line 117 of file base_controller.h.
double diffbot::BaseController< TMotorController, TMotorDriver >::UpdateRate::Period::debug_ |
Definition at line 118 of file base_controller.h.
double diffbot::BaseController< TMotorController, TMotorDriver >::UpdateRate::Period::imu_ |
Definition at line 116 of file base_controller.h.