Closed ghost closed 4 months ago
Finetune trajopt fail can happen if the trajectory is not within velocity, acceleration or jerk limits. Are the limits for the base lower than the arm?
Finetune trajopt fail can happen if the trajectory is not within velocity, acceleration or jerk limits. Are the limits for the base lower than the arm?
Thanks! Tuning them fixed the issue.
Please provide the below information in addition to your issue:
I'm using cuRobo motion generation for a customized robot. The robot has a 6-DoF arm, mounted on a torso with 4 revolute joints. I followed the tutorial about how to add a new robot and successfully get the motion generation work for the 6-DoF arm. However, I couldn't get it work for the same arm plus the torso. The returned
MotionGenStatus
isFINETUNE_TRAJOPT_FAIL
. The IK example works though. The motion generation works if I lock all torso joints. What's even more strange is, the motion gen doesn't work for the torso itself (ee link is the upper body). I guess this might suggest there is something wrong with my robot torso model? Appreciate any suggestions about how to debug this.A summary of when it works and not:
FINETUNE_TRAJOPT_FAIL
.