| sk.robotics.robot | classes |
function robot_fdx | ^ |
Start moving the robot with left-wheel speed l and right wheel speed rt, but stop after any of the two wheels makes enough steps.
- Source:
- robotdll/robotdll.h:411
- Author:
- Version:
- latest version
- Params:
id robot object handle l speed of the left wheel (0-99) rt speed of the right wheel (0-99) steps the number of steps to move (with the faster wheel) (0-9999) - See Also:
- robot_bkx, robot_ltx, robot_rtx, robot_fd, robot_fdspeed
- Code:
public ROBOTDLL_API void robot_fdx (short id ,short l ,short rt ,short steps )