Hi Ioan
Thanks for your reply, regarding what you asked, I have the following problem that need to solve:
Consider the problem of opening a hand-wheel with dual arm, I'm calculating the some points on the hand-wheel (for the right arm from +30 degree to -30 degree and for the left arm from -30 degree to +30 degree)
I have solved this problem by using "computeCartesianPath" in movegroup, but now I need to solve it by using constraints.
I set the start state so the robot eef is on +30 degree and the the goal is on -30 degree so I have to add some path constraint to make the eff to traverse over quarter circle between +30 to -30.
I have used path_constrains but id doesn't work for me and it really baffled me.
Any help is highly appreciated.