* @param alpha is the moving direction, with the x-axis direction as 0 degrees, counterclockwise as positive,
clockwise as negative, and the unit is angle, [0-360]. The x direction is the direction of forward movement.
* @param stepLength The length of each step (<=20).
* @param gama Spin angle, in-situ rotation, positive counterclockwise, negative clockwise, in degrees. [0-
360].
* @param spd Movement speed, unit:mm / 10ms. [1,8]
void move_any(int alpha, float stepLength, int gama, int spd = 5);