sk.robotics.robot classes

function robot_fdspeed

^ 
Start moving the robot with left-wheel speed l and right wheel speed rt.

The function terminates immediatelly after the packet is sent and confirmed. The robot stops moving automatically after maximum time (MAX_SPEED_COMMAND_TIME, defined in librobot.h) is reached. Negative values for l and rt are also supported.

Source:
robotdll/robotdll.h:287
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)
See Also:
robot_bkspeed, robot_ltspeed, robot_rtspeed, robot_fd, robot_fdx
Code:
public ROBOTDLL_API void robot_fdspeed ( short id ,
short l ,
short rt )

(c) FMFI UK Bratislava, robotika.sk
Dokumentácia vygenerovaná pomocou ccdoc