1 package com.neuronrobotics.bowlerstudio.sequence;
3 import com.neuronrobotics.sdk.addons.kinematics.DHParameterKinematics;
4 import com.neuronrobotics.sdk.addons.kinematics.IOnInterpolationDone;
5 import com.neuronrobotics.sdk.addons.kinematics.InterpolationMoveState;
6 import com.neuronrobotics.sdk.addons.kinematics.math.TransformNR;
7 import com.neuronrobotics.sdk.pid.InterpolationType;
void setBEZIER_P0(double bEZIER_P0)
InterpolationType getType()
double getTRAPEZOIDAL_time()
void setBEZIER_P1(double bEZIER_P1)
void setTRAPEZOIDAL_time(double tRAPEZOIDAL_time)
void execute(DHParameterKinematics kin)
void done(InterpolationMoveState state)
void setMsDuration(int msDuration)
void setPose(TransformNR pose)
void setType(InterpolationType mode)
void asyncInterpolatedMove(TransformNR target, double seconds, InterpolationType type, IOnInterpolationDone listener, double ...conf)