How tuning ompl parameters?
Hi,
I know that OMPL performance can be improved by tuning parameters in planning.yaml file, but which are those parametros? and how can be setting?
Regards.
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
Hi,
I know that OMPL performance can be improved by tuning parameters in planning.yaml file, but which are those parametros? and how can be setting?
Regards.
I was struggling with the same problem 1,5 years after you posted this question. The tutorial Ed send didn't cover the fact to modify planners (that tutorial still has to be made or i just didn't find it).
You can change the parameters in your ompl_planning.yaml file after your planner is configured.
e.g.: change the 'range' parameter of RRT to 2.5:
RRTkConfigDefault:
type: geometric::RRT
range: 2.5
So only one small line has to be added to change the parameter.
Asked: 2012-12-10 23:10:54 -0500
Seen: 1,445 times
Last updated: May 08 '14
ompl trajectory with an object attached [closed]
Sampling based planning methods for 2D-Navigation
Robot Arm "Violating" Joint Constraints prevents future movement/planning
ompl planning attempts to move through static obstacles
OMPL: Planning scene hasn't been set
PR2 base+arm navigation [closed]