What is the cartesian_coeff value for TrajOptDefaultPlanProfile mean? #84
-
Hello everyone,
Is this related to add constraints? in my example I'd like to keep the endeffector pointing down. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
The size of cartesian_coeff should be six. The first three correspond to translation and the last three to rotation. The |
Beta Was this translation helpful? Give feedback.
The size of cartesian_coeff should be six. The first three correspond to translation and the last three to rotation. The
trajopt_plan_profile->cartesian_coeff(5) = 0;
indicates it is free to rotate around the z-axis. I the value is greater than zero it is considered constrained and the coefficient represents a weight/scale applied to the error and gradient.