I develop motion planning algorithms using ompl and I'm wondering if I can somehow change the V-Rep ompl plug-in so it runs my own ompl planning algorithms (like replace RRT-Connect, FMT,... etc with my own algorithms)?
How should I have do this?
I develop motion planning algorithms using ompl and I'm wondering if I can somehow change the V-Rep ompl plug-in so it runs my own ompl planning algorithms (like replace RRT-Connect, FMT,... etc with my own algorithms)?
How should I have do this?
Here is how to add a new planner in OMPL. OMPL is installed from source.
ompl/src/ompl/geometric/planners
just like all the other planners.ompl/build/Release/
, docmake . ../..
thenmake -j4