![]() |
ResetRobotPURPOSE
Resets the robot simulation.
SYNOPSIS
function R=ResetRobot(R)
DESCRIPTION
Resets the robot simulation. Moves the robot at the beginning of the simulation. CROSS-REFERENCE INFORMATION
This function calls:
SOURCE CODE
0001 function R=ResetRobot(R) 0002 % Resets the robot simulation. 0003 % 0004 % Moves the robot at the beginning of the simulation. 0005 0006 0007 R.time=0; 0008 |