WalkerTurn
Turns walker to the right or left
Syntax: WalkerTurn(w,step=TURN_RIGHT)
wwalker to be turned step type of turn to proceed
Returns: This function always returns 0.
Notes: The step parameter may be one of these:
TURN_RIGHTturns walker to the rightTURN_LEFTturns walker to the left
Example:
WalkerTurn(walk)turns walk to the rightWalkerTurn(walk),TURN LEFT)turns walk to the left
See also: WalkerMove
Last updated