set Scout rotation speed to (0:1) m/s
Motion_set_rotation_speed
rollereye.set_rotationSpeed(float speed)
set wheel rotation speed(rpm) to
front-left/front-right/rear-left/rear-right(-1000:1000)
Motion_set_Mecanum_wheel(TBD)
rollereye.set_wheel(int front-left, int front-right,int
rear-left,int rear-right)
The rotation speed of each wheel can be set
independently
set Scount to translate at (0:360) °
rollereye.set_translate(int degree)
set the Scout to translate in a specified direction
set Scount to translate at (0:360) °for (0:20) s
rollereye.set_translate_2(int degree,int seconds)
set the duration the Scout to translate in a specified
direction
set Scount to translate at (0:360) °for (0:5) m
rollereye.set_translate_3(int degree,int meters)
set the distance the Scout to translate in a specified
direction
set Scount to translate at (0:360) °for (0:1) m/s
rollereye.set_translate_4(int degree,float speed)
set the Scout to translate in a specified direction and
speed
set Scount to rotate(left/right)
rollereye.set_rotate(int direction)
set the Scout to rotate in a specified direction
set Scount to rotate(left/right) for (0:20)s