3DoF Non Holonomic path planning scene

Typically: "How do I... ", "How can I... " questions
Post Reply
Kyrelloss
Posts: 4
Joined: 21 Dec 2016, 13:04

3DoF Non Holonomic path planning scene

Post by Kyrelloss »

The 3 Dof Non Holonomic path planning scene is not included in my V-rep scenes any help finding/downloading that

coppelia
Site Admin
Posts: 10338
Joined: 14 Dec 2012, 00:25

Re: 3DoF Non Holonomic path planning scene

Post by coppelia »

Hello,

what V-REP package have you downloaded?

Cheers

Kyrelloss
Posts: 4
Joined: 21 Dec 2016, 13:04

Re: 3DoF Non Holonomic path planning scene

Post by Kyrelloss »

The edu version 3.3.2

coppelia
Site Admin
Posts: 10338
Joined: 14 Dec 2012, 00:25

Re: 3DoF Non Holonomic path planning scene

Post by coppelia »

Sorry for the misunderstanding. The scene was actually removed, since it is using the old path planning functionality, and we do not recommend using it anymore. Best is to use the OMPL plugin for V-REP.
The old scene can still be found in the older V-REP versions here, and should still run in current V-REP release (still supported for backward compatibility).

Cheers

jasonchankitwai
Posts: 2
Joined: 02 Mar 2017, 06:50

Re: 3DoF Non Holonomic path planning scene

Post by jasonchankitwai »

I am using VREP3.3.2 with ompl plugin, there is an example for 3Dof holonomic, but i cannot find any demo on non holonomic for path planning. The functions in ompl (see url below) does not suggest any parameters (turning radius) for non holonomic car-like robot .

http://www.coppeliarobotics.com/helpFil ... odules.htm

I have also downloaded VREP3.2.0 which includes a car-like (non holonomic) motion planning scene . However, it is not using ompl. Is there a scene file that demostrate ompl path planning for non holonomic mobile robot? thanks

coppelia
Site Admin
Posts: 10338
Joined: 14 Dec 2012, 00:25

Re: 3DoF Non Holonomic path planning scene

Post by coppelia »

Hello,

with the OMPL plugin (as it is right now), it is quite difficult to perform non-holonomic path planning unfortunately. This was much easier with the old path planning module, but that one was unfortunately not very flexible nor extendible. In future we plan to extend the OMPL plugin with that functionality.

Cheers

aidyk
Posts: 14
Joined: 16 Sep 2014, 16:39

Re: 3DoF Non Holonomic path planning scene

Post by aidyk »

I've simply modified existing v_repExtOMPL plugin for DubinsStateSpace support.

https://github.com/aidyk/v_repExtOMPL

Hope you find it useful. And if there is any license issue, please let me know :p

fferri
Posts: 1193
Joined: 09 Sep 2013, 19:28

Re: 3DoF Non Holonomic path planning scene

Post by fferri »

Hi aidyk,

thanks for your contribution! It has been merged into the OMPL plugin at https://github.com/fferri/v_repExtOMPL

Please fork https://github.com/fferri/v_repExtOMPL if you want to make more contributions, so it is easier to track and merge changes.

Post Reply