Search found 4 matches

by emmarapt
04 Feb 2019, 13:52
Forum: General questions
Topic: path planning for Quadricopter from Remote Api python
Replies: 5
Views: 2061

Re: path planning for Quadricopter from Remote Api python

https://drive.google.com/open?id=1zWttZ ... oE7owsOxiX

this is my scene when trying to generate a path thought the function findIkPath.

In the remote api client i have the same code as in the pathplanning.py.

Can you tell me where is the problem that returns path=[] ???
by emmarapt
04 Feb 2019, 13:37
Forum: General questions
Topic: path planning for Quadricopter from Remote Api python
Replies: 5
Views: 2061

Re: path planning for Quadricopter from Remote Api python

Hello and thank you for your answer, First of all , is it possible to generate a path for Quadricopter through these functions that are handle in the motionPlanningServerDemo scene?? I want to have several waypoints and the quadricopter must go throught that several waypoints. I tried to use SetObje...
by emmarapt
01 Feb 2019, 12:17
Forum: General questions
Topic: path planning for Quadricopter from Remote Api python
Replies: 5
Views: 2061

path planning for Quadricopter from Remote Api python

Dear Coppelia, I am working on a quadricopter simulation and my task is to generate a path between several waypoints (that i have placed in my scene) and make the quadricopter follows it. I have read the motionPlanningServerDemo scene and i have tried to generate a path thought the function findIkPa...