Request change of the position of the remote simulated robot.
Applies only when the robot object is connected to a remote robot that is attached to a simulator.
The coordinates are in absolute simulator area coordinates, and heading is in tenths of degree.
The function has no effect if the robot object is connected to a local or a remote real robot.
- Source:
- robotdll/robotdll.h:1261
- Author:
- Version:
- latest version
- Params:
| id
| robot object handle
|
| x
| new x-coordinate
|
| y
| new y-coordinate
|
| heading
| new robot heading
|
- See Also:
- robot_moveto
- Code:
public ROBOTDLL_API void robot_setsimpos ( | short id , |
| | short x , |
| | short y , |
| | short heading ) |