OpenCR
OpenCR copied to clipboard
Fix wrong size of velocity arrays
Though MortorLocation::MOTOR_NUM_MAX
and VelocityType::TYPE_NUM_MAX
are the same for TurtleBot, the length of the speed-related array should be VelocityType::TYPE_NUM_MAX
given the semantics of the variable.