ROS interface compilation fail

Typically: "How do I... ", "How can I... " questions
coppelia
Site Admin
Posts: 10360
Joined: 14 Dec 2012, 00:25

Re: ROS interface compilation fail

Post by coppelia »

Hello,

which Ros interface are you using? We recommend to use the new RosInterface, instead of the RosPlugin. The RosPlugin is still there for compatibility reasons, but you can leave it out for compilation. With the RosInterface you could just compile the package v_repExtRosInterface (and ros_bubble_rob2), and ignore the other packages.

Cheers

prisca

Re: ROS interface compilation fail

Post by prisca »

I'm already using RosInterface: the libv_repExtRosInterface.so wich ships with V-REP is not working for me, hence why I tried (unsuccessfully) to build it.

fferri
Posts: 1216
Joined: 09 Sep 2013, 19:28

Re: ROS interface compilation fail

Post by fferri »

prisca wrote:OK, I found out that I just needed to set those variables in packages CMakeLists.txt like this:

Code: Select all

set(roslib_LIBRARIES "/opt/ros/kinetic/lib/roslib")
Also before building, I had to compile and install globally brics_actuator from Github, because it's not present in Kinetic.
you don't need any of that.

just make sure you install the ubuntu package ros-kinetic-desktop-full and the most recent version of v_repExtRosInterface plugin (follow install instructions in README)

fferri
Posts: 1216
Joined: 09 Sep 2013, 19:28

Re: ROS interface compilation fail

Post by fferri »

I just tested Ubuntu 16 + ROS Kinetic + V-REP 3.2.2 and it works like in older release.

JSML
Posts: 5
Joined: 12 Apr 2014, 02:50

Re: ROS interface compilation fail

Post by JSML »

-

Post Reply