Turn the robot right a steps.
Depending on the current mode, the function either
terminates immediatelly after the packet is sent and confirmed,
or blocks until the robot completed the movement. Use the function robot_alwayswait() to set the mode. The default mode is no waiting/blocking.
- Source:
- robotdll/robotdll.h:256
- Author:
- Version:
- latest version
- Params:
| id
| robot object handle
|
| a
| number of steps to turn right (0-9999)
|
- See Also:
- robot_fd, robot_bk, robot_lt, robot_alwayswait, robot_rtspeed, robot_rtx
- Code:
public ROBOTDLL_API void robot_rt ( | short id , |
| | short a ) |