Import Path - Help

Typically: "How do I... ", "How can I... " questions
Post Reply
damanfb
Posts: 1
Joined: 23 Feb 2015, 21:27

Import Path - Help

Post by damanfb »

I have a csv file filled with 3d position coordinates.

I am trying to import this as a path into my vrep scene so I can see the path and compare it to subsequent trials of my simulation.

However, when I run 'File->Import->Path from CSV...' I do not get any additional dialog and there is no path object created in my scene. I have also tried adding a path and then with it selected, import the csv and I am not getting any results etiher way.

Am I missing something? The informaiton page on importing is lacking a lot of depth (http://www.coppeliarobotics.com/helpFil ... Export.htm).

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

Re: Import Path - Help

Post by coppelia »

Hello,

how does your CSV file look like? No dialog is supposed to pop open.
Try with a simple:

Code: Select all

1,1,1
1,2,1
2,2,1
2,1,1
saved as testPath.csv, this works.

Cheers

Post Reply