Closed rbonghi closed 9 years ago
To be readable motion.h I would like to split motion.h in to files, the first one will be called motors.h with all command about motors (ex. motors, pid, etc etc) and second motion.h with all messages about movement (ex. twist, odometry, etc etc)
motion.h
motors.h
An a first list for motors.h:
constraint_t
motor_t
pid_control_t
parameter_motor_t
enable_motor_t
For motion.h:
emergency_t
coordinate_t
parameter_unicycle_t
velocity_t
twist_t
Ok :+1:
Good idea!
In according with #27 and #44 the motion.h is split in two files motion.h and motor.h
motor.h
946441d16b39298b4ee3565cc16c71526bcde83c Added information about temperature
To be readable motion.h I would like to split
motion.h
in to files, the first one will be calledmotors.h
with all command about motors (ex. motors, pid, etc etc) and secondmotion.h
with all messages about movement (ex. twist, odometry, etc etc)An a first list for
motors.h
:constraint_t
motor_t
pid_control_t
parameter_motor_t
enable_motor_t
For
motion.h
:emergency_t
coordinate_t
parameter_unicycle_t
velocity_t
-> to be calledtwist_t