Complex Motion
motionControl(linearVelocity, angularVelocity) -> {void}
control robot movement
Parameters
Name | Data Type | Description |
---|---|---|
linearVelocity |
number | moving linear velocity |
angularVelocity |
number | angular velocity of movement |
Return Value
none