xarm_move_step
Last updated
Last updated
Button: [Live Control] - X+ / X- / Y+ / Y- / Z+ / Z-
long-press: keep moving in a certain direction until the button is released, need to use with xarm_move_step_over and xarm_move_step_online.
short-press: move a step in a certain direction.
isloop
bool
Yes
whether a long press or not
direction
String
Yes
Direction of movement:
'position-x-increase’;'position-x-decrease’; ’position-y-increase’;’position-y-decrease’; ’position-z-increase’;’position-z-decrease’; ’attitude-roll-increase’;'attitude-roll-decrease'; ’attitude-pitch-increase’;'attitude-pitch-decrease'; 'attitude-yaw-increase';'attitude-yaw-decrease';
Change of Joint angle:'joint-angle-increase';'joint-angle-decrease';
Aligning the Hand(xArm5 only): 'set-end-level' ;
isMoveTool
bool
Yes
whether use Tool Coordinate or not(Base Coordinate by default)
isSetInitialPoint
bool
No
Not Used