Skip to content

Simple Motion

motionFor(type) -> {void}

Robot motion control

Parameters

Name Data Type Description
type MotionType motion type

Return Value

none

Example

JavaScript
1
2
3
...
axRobot.motionFor(MotionType.Forward);
...