#include <IOTBot.h>
Definition at line 26 of file IOTBot.h.
◆ MotorParams() [1/2]
| iotbot::MotorParams::MotorParams |
( |
| ) |
|
|
inline |
Standard constructor assigns default parameters
Definition at line 41 of file IOTBot.h.
◆ MotorParams() [2/2]
| iotbot::MotorParams::MotorParams |
( |
const MotorParams & |
p | ) |
|
|
inline |
Copy constructor
- Parameters
-
| [in] | p | parameter instance to be copied |
Definition at line 58 of file IOTBot.h.
◆ controlFrequency
| int iotbot::MotorParams::controlFrequency |
◆ encoderRatio
| float iotbot::MotorParams::encoderRatio |
◆ gearRatio
| float iotbot::MotorParams::gearRatio |
◆ kd
| float iotbot::MotorParams::kd |
◆ ki
| float iotbot::MotorParams::ki |
◆ kp
| float iotbot::MotorParams::kp |
◆ lowPassEncoderTicks
| float iotbot::MotorParams::lowPassEncoderTicks |
◆ lowPassInputFilter
| float iotbot::MotorParams::lowPassInputFilter |
◆ rpmMax
| float iotbot::MotorParams::rpmMax |
The documentation for this struct was generated from the following file: