trajopt takes 5 seconds to plan #190
Unanswered
balakumar-s
asked this question in
Q&A
Replies: 2 comments 3 replies
-
What tags are you using from tesseract, tesseract_planning and trajopt? I would have to look at the trajopt tables that can be produced for each iteration to identify what the issue might be. There a few things that can cause this type of behavior.
|
Beta Was this translation helpful? Give feedback.
2 replies
-
The trajopt_ifopt is faster per iteration for the same problem but currently it has an upfront cost of 0.1 second time cost which the original version does not. I plan to profile and figure why this is the case. |
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
-
I am trying to benchmark tesseract's motion planning on the motion benchmaker dataset. I am specifically looking at running with the Franka Panda robot and want to make sure I am using the correct interface. Here is how I am running planning:
This pipeline gives me solutions, however it's taking around 6 seconds to get a plan. Most of the time is spent in trajopt. I am using continuous collision checking with a longest valid length of
0.1
. I am only using the collision cost and not the constraint (as constraint was failing in many situations).trajopt_ifopt
. Willtrajopt_ifopt
be faster?Beta Was this translation helpful? Give feedback.
All reactions