Skip to content

is loadDefaultProcessPlanners needed? #120

Discussion options

You must be logged in to vote

In the puzzle_piece_auxillary_axes_example, Is it need to use the loadDefaultProcessPlannners method as here ?.

In this case, since the only process planner being used is the one added in the example it is not necessary to call loadDefaultProcessPlannners.

Do the planners override each other or they are working together?

It stores them in a map so if you add a planner with the same name as one that is already stored it will be replaced.

In case if they are working together can it happen that a planner has parameters that are contrary to parameters in other planners?

Currently, the process planners do not interact, but the low-level planners like Descartes, TrajOpt, and OMPL do. It i…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by mohamedsayed18
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants