Search found 3 matches

by dknetz
23 May 2014, 10:53
Forum: Bug reports
Topic: Crash while starting a scene (work on different computer)
Replies: 23
Views: 19768

Re: Crash while starting a scene (work on different computer

Hello, coppelia, the lib you posted in your previous post isn't working for me too - I get the same error as Richard: $ ./vrep.sh Error: could not find or correctly load the V-REP library I also use a NVidia gpu (GTX 660), but using the CUDA development drivers. Additionally, my Ubuntu is 64bit, too...
by dknetz
08 May 2014, 16:49
Forum: Bug reports
Topic: Crash while starting a scene (work on different computer)
Replies: 23
Views: 19768

Re: Crash while starting a scene (work on different computer

Hi, I found a similar/related problem: When I use the ros service call /vrep/simRosLoadScene V-REP directly throws a SegFault (I used the command line tool rosservice call...). The output in debubLog.txt seems to be the same as in the log of zweifel. I used gdb to get more details, which results in ...
by dknetz
07 May 2014, 14:58
Forum: General questions
Topic: Move manipulator on smooth trajectory
Replies: 1
Views: 2961

Move manipulator on smooth trajectory

Hi, I currently try to move a 7DOF arm on a smooth trajectory consisting of several waypoints (joint values). The waypoints are computed with moveit and are sent to V-REP via a ROS service (using a v-rep plugin). I am able to retrieve the data in the LUA script in the simulator. For moving the arm t...