// move with specific voltagemotor.move_voltage(std::int32_t voltage);// move with specific velocitymotor.move_velocity(std::int32_t velocity);// move to a relative positionmotor.move_relative(double position, std::int32_t velocity);// move to an absolute positionmotor.move_absolute(double position, std::int32_t velocity);// 更多指令:https://pros.cs.purdue.edu/v5/api/cpp/motors.html#move-velocity
// move with specific voltagemotor.moveVoltage(std::int32_t voltage);// move with specific velocitymotor.moveVelocity(std::int32_t velocity);// move to a relative positionmotor.moveRelative(double position, std::int32_t velocity);// move to an absolute positionmotor.moveAbsolute(double position, std::int32_t velocity);// 更多指令:https://okapilib.github.io/OkapiLib/classokapi_1_1AbstractMotor.html#ae811cd825099f2defadeb1b7f7e7764c