how to benchmark multi-query motion planners in Moveit!?
i have used benchmark in movei for single query. now i want to compare PRM with RRT. how can we define multi-query?
i have used benchmark in movei for single query. now i want to compare PRM with RRT. how can we define multi-query?
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.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2019-01-15 15:49:48 -0600
Seen: 103 times
Last updated: Jul 17 '19
How to install STOMP planner to use with MoveIt!?
Jackal odometry producing large covariances?
How to build a map from a recording with gmapping
Floating point exception (core dumped).
Realsense T265 communication issue
Converting PointCloud2 object to KITTI .bin file
catkin_make command not found executing by a dockerfile
How can I better handle two different ros versions?