sim.ruckigVelExecutes a call to the Ruckig online trajectory generator. The Ruckig online trajectory generator provides instantaneous trajectory generation capabilities for motion control systems. This function prepares a velocity-based trajectory generation object, that can then be calculated with sim.ruckigStep. When this object is not needed anymore, remove it with sim.ruckigRemove Synopsisint handle = sim.ruckigVel(int dofs, float baseCycleTime, int flags, list currentPosVelAccel,
list maxAccelJerk, list selection, list targetVel)
int handle = sim.ruckigVel(int dofs, float baseCycleTime, int flags, float[] currentPosVelAccel,
float[] maxAccelJerk, int[] selection, float[] targetVel)
Arguments
Return values
|