how to set the initial trajectory seed for TrajOpt? #147
xibeisiber
started this conversation in
General
Replies: 1 comment
-
I recommend taking a look at this example. It uses the FREESPACE_PLANNER process planner which does what you are requesting by first using ompl to generate an initial trajectory followed by running it through trajopt and time parameterization. The example uses the libraries directly but you can then take a look at the tesseract_ros_workcell to see have to leverage this in distributed fashion. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
how can I set the initial trajectory seed for TrajOpt in its iteration process?
Is the default initial trajectory linear with possible collision?
I want to use ompl to generate a collision-free path first, and then feed it into the TrajOpt algorithm for optimization.
Thanks for any help!
Beta Was this translation helpful? Give feedback.
All reactions