Page 1 of 1

Cannot use ROS libraries

Posted: 01 Nov 2016, 10:13
by RYO
Hello
I`m new with v-rep and trying to use with ROS by following this tutorial
http://www.coppeliarobotics.com/helpFil ... Indigo.htm
But, however after copying 'libv_repExtRos.so' and 'libv_repExtRosInterface.so' to the v_rep/ directory, I cannot boot the v-rep.
When I run
./vrep.sh

this error occurs.
---------------------------------------------------------------------
Plugin 'Ros': loading...
/home/amsl/v_rep/vrep: symbol lookup error: /home/amsl/v_rep/libv_repExtRos.so: undefined symbol: _ZN3ros4initERiPPcRKSsj
---------------------------------------------------------------------

I have no idea with this error.
Can somebody help me?

Thanks.

Re: Cannot use ROS libraries

Posted: 01 Nov 2016, 16:36
by coppelia
Hello,

did you try to recompile the packages?

Cheers

Re: Cannot use ROS libraries

Posted: 02 Nov 2016, 08:20
by RYO
Thank you for your reply.
I was just forgotten to copy the compiled libraries to the v_rep directory.
Now I can run ./vrep.sh correctly and move on to the next step.

Thank you for your help.