Page 1 of 1

Matlab/VREP OMPL

Posted: 12 Mar 2019, 18:12
by AHARR64
Hi,

I am wondering if its possible to code motion planning for a robot in V-REP through matlab using the OMPL library. Are there any files i have to copy over or snippets of code I have to include?

Thanks in advance

Re: Matlab/VREP OMPL

Posted: 13 Mar 2019, 14:02
by coppelia
Hello,

hum.. then only thing that would make sense is if Matlab decides on the path planning task (i.e. high-level decision making, like where the robot has to go), informs V-REP that solves the task via its OMPL plugin, then returns a path to Matlab.

Cheers