|
TR-mbed 1.0
|
#include <DJIMotor.h>
Public Attributes | |
| short | motorID |
| CANHandler::CANBus | canBus |
| motorType | type = STANDARD |
| std::string | name = "NO_NAME" |
| PID::config | vel_cfg |
| PID::config | pos_cfg = PID::config{0,0,0, 0, 0} |
| CANHandler::CANBus DJIMotor::config::canBus |
| short DJIMotor::config::motorID |
| std::string DJIMotor::config::name = "NO_NAME" |
| PID::config DJIMotor::config::pos_cfg = PID::config{0,0,0, 0, 0} |
| PID::config DJIMotor::config::vel_cfg |