why can't I find the difference between result got by DescartesMotionPlannerD and TrajOptMotionPlanner in demo in chain_example.cpp #248
Unanswered
dbdxnuliba
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I don't think there should be a difference between the output of these planners for this particular setup. In both cases we are asking a 6-DOF robot to move to fully constrained 6-DOF Cartesian poses, and there is really only one joint configuration per waypoint that is consistent with the start position. The approach and departure are collision free via joint interpolation from the simple planner step, so they don't need to be improved by Trajopt. Also there are no other collision objects in the scene that Trajopt would try to adjust the trajectories to avoid. What difference were you expecting to see? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
this is the gif use DescartesMotionPlannerD ,and the seed got by CompositeInstruction seed = generateSeed(program, cur_state, env_);
and the following is the gif which got by using TrajOptMotionPlanner and the seed is the result after DescartesMotionPlannerD sovle
Beta Was this translation helpful? Give feedback.
All reactions