Declares the functions needed and defines mapping between the INI keys and the exo components.
Class to store all the data related to the exo.
Definition ExoData.h:38
Definition MotorData.h:25
float i
Definition MotorData.h:41
float p_des
Definition MotorData.h:42
bool do_zero
Definition MotorData.h:49
config_defs::joint_id id
Definition MotorData.h:36
float p
Definition MotorData.h:39
bool enabled
Definition MotorData.h:50
bool is_left
Definition MotorData.h:52
float kp
Definition MotorData.h:44
bool flip_direction
Definition MotorData.h:53
float v
Definition MotorData.h:40
void reconfigure(uint8_t *config_to_send)
reconfigures the the motor data if the configuration changes after constructor called.
Definition MotorData.cpp:166
float gearing
Definition MotorData.h:54
float v_des
Definition MotorData.h:43
float t_ff
Definition MotorData.h:46
float kd
Definition MotorData.h:45
bool is_on
Definition MotorData.h:51
uint8_t motor_type
Definition MotorData.h:37
float last_command
Definition MotorData.h:38
joint_id
Definition ParseIni.h:106