Page 1 of 1

Install vrep ros interface plugin

Posted: 23 Aug 2018, 20:09
by robo_ninja
Hi,

Currently I am using VREP in ROS Kinetic. I am getting the following errors while trying to build the v_repExtRosInterface -
python: can't open file '/home/vrep_ws/src/external/v_repStubsGen/generate.py': [Errno 2] No such file or directory
vrep_ros_interface/CMakeFiles/v_repExtRosInterface.dir/build.make:61: recipe for target 'vrep_ros_interface/generated/stubs.cpp' failed
make[2]: *** [vrep_ros_interface/generated/stubs.cpp] Error 2
CMakeFiles/Makefile2:3319: recipe for target 'vrep_ros_interface/CMakeFiles/v_repExtRosInterface.dir/all' failed
make[1]: *** [vrep_ros_interface/CMakeFiles/v_repExtRosInterface.dir/all] Error 2
Makefile:138: recipe for target 'all' failed
make: *** [all] Error 2
I installed the xsltproc package and cloned the v_repExtRosInterface.git repository from Github and followed the instructions for building.

Am I missing out on something?

Re: Install vrep ros interface plugin

Posted: 26 Aug 2018, 10:04
by fferri
Probably you didn't use the --recursive option when cloning the repository.

https://github.com/CoppeliaRobotics/v_r ... /README.md