ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

How tuning ompl parameters?

asked 2012-12-10 23:10:54 -0500

Sanxano gravatar image

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.

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
1

answered 2013-04-04 19:09:32 -0500

Ed Venator gravatar image
edit flag offensive delete link more
0

answered 2014-05-08 23:30:20 -0500

Yannik_K gravatar image

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.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-12-10 23:10:54 -0500

Seen: 1,248 times

Last updated: May 08 '14