MotorController
|
Configuration structure for coding wheels. More...
Data Fields | |
int32_t | initial_right_ticks |
wheel_orientation_t | right_wheel_orientation |
int32_t | initial_left_ticks |
wheel_orientation_t | left_wheel_orientation |
Configuration structure for coding wheels.
orientation
parameters allow the user to specify which rotation direction corresponds to a forward movement of the robot. Definition at line 22 of file coding_wheels.h.
int32_t coding_wheels_config_t::initial_left_ticks |
Initial value of the left coding wheel counter
Definition at line 25 of file coding_wheels.h.
int32_t coding_wheels_config_t::initial_right_ticks |
Initial value of the right coding wheel counter
Definition at line 23 of file coding_wheels.h.
wheel_orientation_t coding_wheels_config_t::left_wheel_orientation |
Orientation of the left coding wheel
Definition at line 26 of file coding_wheels.h.
wheel_orientation_t coding_wheels_config_t::right_wheel_orientation |
Orientation of the right coding wheel
Definition at line 24 of file coding_wheels.h.