Search found 5724 matches

by coppelia
12 Feb 2013, 16:48
Forum: General questions
Topic: Can we import our Solidworks robot designs into V-REP?
Replies: 4
Views: 18234

Re: Can we import our Solidworks robot designs into V-REP?

Hello, Yes you can do it, but you will have to export your design to some V-REP compatible format first. V-REP currently supports: DXF 3DS (Windows only) OBJ STL COLLADA URDF V-REP could also be customized via a plugin or add-on to import other formats. Refer to the COLLADA or URDF plugin project fi...
by coppelia
12 Feb 2013, 16:45
Forum: General questions
Topic: Rendering seems to be very slow
Replies: 1
Views: 8177

Re: Rendering seems to be very slow

Hello, Maybe your graphic card is simply too old (several years old) and can't handle it. But I suspect it might be linked with another problem: This sometimes happens with some graphic cards (typically Nvidia), and more often on Linux systems. There can be several reasons and several solutions. Mos...
by coppelia
12 Feb 2013, 16:32
Forum: General questions
Topic: Cannot compile V-REP. Items seems to be missing
Replies: 1
Views: 8350

Re: Cannot compile V-REP. Items seems to be missing

Did you follow the compilation instructions from the user manual? http://www.coppeliarobotics.com/helpFiles/en/compilingVrep.htm Basically you should first install V-REP PRO or V-REP PRO EDU. That installation package contains a programming folder that is needed during compilation (i.e. contains som...
by coppelia
12 Feb 2013, 16:10
Forum: General questions
Topic: getting v-rep to run
Replies: 3
Views: 13397

Re: getting v-rep to run

Hello, Did you copy-and-paste the created library into the original V-REP PRO EDU folder? Make sure to copy all created libv_rep.so.* files into that directory. You may have to recompile the client application (vrep). At the same time, if libv_rep.so itself cannot find what it needs, the client appl...