We have checked with different ompl planners (LBKPIECE, RRT, RRT*) and different parameter values (num_planning_attemps is one of them) and we got best results, but not enough for our application because we need to avoid strange robot movements.
For this reason, we have started to check STOMP planner but there is not much information about this planner. We downloaded the package from
https://github.com/ros-industrial/industrial_moveit and we can move it our UR10 robot (gazebo) with RVIZ using this planner but we need to adjust some parameters and try to understand how it works. We would like to know the meaning of stomp_planning.yaml pararameters for example.
We use move_group interface (C++) with setTargetPose and asyncExecute but it does not work the STOMP planner returns this error: Invalid goal definition, STOMP can only accept joint goals.
Any suggestions?