类 MoveAbsJCommand
java.lang.Object
com.rokae.sdk.model.commands.Command
com.rokae.sdk.model.commands.MoveAbsJCommand
机器人执行moveAbsJ运动指令
-
构造器概要
构造器构造器说明MoveAbsJCommand(double[] joints) MoveAbsJCommand(double[] joints, int speed, int zone) MoveAbsJCommand(JointPosition target) MoveAbsJCommand(JointPosition target, int speed, int zone) -
方法概要
-
构造器详细资料
-
MoveAbsJCommand
public MoveAbsJCommand() -
MoveAbsJCommand
-
MoveAbsJCommand
-
MoveAbsJCommand
public MoveAbsJCommand(double[] joints) -
MoveAbsJCommand
public MoveAbsJCommand(double[] joints, int speed, int zone)
-
-
方法详细资料
-
getTarget
获取目标点位信息- 返回:
- 关节点位信息
-
setTarget
设置目标点位信息- 参数:
target- 关节点位信息
-