How can Trajopt plan a trajectory that does not just point-to-point but has a lot of via points(cartesian space) #390
-
How can Trajopt plan a trajectory that does not just point-to-point but has a lot of via points(cartesian space) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
This is not implemented. You can add a cost term that adds a pose cost for every time step. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the reply @balakumar-s. I do not see how this could be solved with a PoseCost, as the pose penalty would be different for each point in the trajectory and the PoseCost just seems to be applied for each time step. Do you see any way to implement this in curobo? @saiyao233 What did you end up doing? |
Beta Was this translation helpful? Give feedback.
This is not implemented. You can add a cost term that adds a pose cost for every time step.