moveit_planners icon indicating copy to clipboard operation
moveit_planners copied to clipboard

Setting OptimizingObjective in ompl based planning

Open simonschmeisser opened this issue 9 years ago • 3 comments

It would be nice to be able to set the OptimizingObjective when using ompl-based planing. Currently my robot arm does some pretty wild movements at times and optimizing for mechanical work might give better results?

http://ompl.kavrakilab.org/optimalPlanning.html

http://ompl.kavrakilab.org/optimalPlanningTutorial.html

simonschmeisser avatar Mar 10 '15 11:03 simonschmeisser

Yes, that would be a very appreciated feature. I hacked a version of this years ago, but its long gone and I've never gotten a chance to set it up correctly.

davetcoleman avatar Mar 11 '15 15:03 davetcoleman

I have a pretty recent fork that allows this over at https://github.com/rbbg/moveit_planners. Not sure if it is the most appropriate way to do it, but perhaps it's a good idea to submit a pull request to at least get a discussion going. It's not a huge change and I have seen people asking about it at least a number of times.

rbbg avatar Jul 05 '16 07:07 rbbg

Yes, a pull request is a good way to get the discussion started

davetcoleman avatar Jul 05 '16 20:07 davetcoleman