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

how to benchmark multi-query motion planners in Moveit!?

asked 2019-01-15 15:49:48 -0500

MahShah gravatar image

updated 2019-01-18 11:49:28 -0500

i have used benchmark in movei for single query. now i want to compare PRM with RRT. how can we define multi-query?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2019-07-17 07:03:00 -0500

cpetersmeier gravatar image

Good day,

you can use the benchmarking tool to compare both planners in single query applications.

PRM constructs a graph-structure (roadmap) of the free configuration space. Instead of exploring the c space every time you plan a path like RRT does, PRM is able to use the generated roadmap of the first query.

I found this Issue (Nr. 1026) on Github. Also, there is this post about the same topic.

It seems that the reusability of roadmaps generated by planning algorithms like PRM is not yet implemented in MoveIt.

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2019-01-15 15:49:48 -0500

Seen: 401 times

Last updated: Jul 17 '19