Error in make Vrep_plugin ros

Typically: "How do I... ", "How can I... " questions
Post Reply
ljklonepiece
Posts: 105
Joined: 10 Oct 2013, 14:51

Error in make Vrep_plugin ros

Post by ljklonepiece »

Hi my friends,

I am trying to follow the ROS tutorial in the official documentation.
I came to the step to create four symbolic links,

Code: Select all

vrep_plugin/include/v_repConst.h should point onto VREP_INSTALL_DIR/programming/include/v_repConst.h
vrep_plugin/include/v_repTypes.h should point onto VREP_INSTALL_DIR/programming/include/v_repTypes.h
vrep_plugin/include/v_repLib.h should point onto VREP_INSTALL_DIR/programming/include/v_repLib.h
vrep_plugin/src/v_repLib.cpp should point onto VREP_INSTALL_DIR/programming/common/v_repLib.cpp
However, the v_repTypes.h does not exist in

Code: Select all

programming/include
Also, I have some errors in making v_plugin
Can someone help to look at it?

Thanks a lot in advance!

coppelia
Site Admin
Posts: 10375
Joined: 14 Dec 2012, 00:25

Re: Error in make Vrep_plugin ros

Post by coppelia »

Hello,

what version of V-REP are you using?
Before V-REP V3.0.5, there is no need for v_repTypes.h.
Can you tell us what the errors are?

Cheers

Post Reply