类 MoveAbsJCommand

java.lang.Object
com.rokae.sdk.model.commands.Command
com.rokae.sdk.model.commands.MoveAbsJCommand

public class MoveAbsJCommand extends Command
机器人执行moveAbsJ运动指令
  • 构造器详细资料

    • MoveAbsJCommand

      public MoveAbsJCommand()
    • MoveAbsJCommand

      public MoveAbsJCommand(JointPosition target)
    • MoveAbsJCommand

      public MoveAbsJCommand(JointPosition target, int speed, int zone)
    • MoveAbsJCommand

      public MoveAbsJCommand(double[] joints)
    • MoveAbsJCommand

      public MoveAbsJCommand(double[] joints, int speed, int zone)
  • 方法详细资料

    • getTarget

      public JointPosition getTarget()
      获取目标点位信息
      返回:
      关节点位信息
    • setTarget

      public void setTarget(JointPosition target)
      设置目标点位信息
      参数:
      target - 关节点位信息