Install vrep ros interface plugin
Posted: 23 Aug 2018, 20:09
Hi,
Currently I am using VREP in ROS Kinetic. I am getting the following errors while trying to build the v_repExtRosInterface -
Am I missing out on something?
Currently I am using VREP in ROS Kinetic. I am getting the following errors while trying to build the v_repExtRosInterface -
I installed the xsltproc package and cloned the v_repExtRosInterface.git repository from Github and followed the instructions for building.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
Am I missing out on something?