We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi I'm using ubuntu 14.04 and ROS indigo, I installed V-REP_PRO_EDU_V3_4_0_Linux, then I followed all the instructions of V-Rep ROS Bridge installations except the instruction : ln -s /YOUR_CATKIN_WS_PATH/devel/lib/libv_repExtRosBridge.so it doesn't work for me so I used : ln -s /YOUR_CATKIN_WS_PATH/devel/lib/libv_repExtRosBridge.so/* I completed the full instructions, but when I try to test the installation if it works , I run roscore and Vrep I will get this: Add-on script 'vrepAddOnScript-addOnScriptDemo.lua' was loaded. QSplitter::setCollapsible: Index 0 out of range Simulator launched. Plugin 'MeshCalc': loading... Plugin 'MeshCalc': load succeeded. Plugin 'BubbleRob': loading... Plugin 'BubbleRob': load succeeded. Plugin 'Bwf': loading... Plugin 'Bwf': load succeeded. Plugin 'Collada': loading... Plugin 'Collada': load succeeded. Plugin 'ConvexDecompose': loading... Plugin 'ConvexDecompose': load succeeded. Plugin 'CustomUI': loading... Plugin 'CustomUI': load succeeded. Plugin 'DynamicsBullet-2-78': loading... Plugin 'DynamicsBullet-2-78': load succeeded. Plugin 'DynamicsBullet-2-83': loading... Plugin 'DynamicsBullet-2-83': load succeeded. Plugin 'DynamicsNewton': loading... Plugin 'DynamicsNewton': load succeeded. Plugin 'DynamicsOde': loading... Plugin 'DynamicsOde': load succeeded. Plugin 'DynamicsVortex': loading... Plugin 'DynamicsVortex': load succeeded. Plugin 'ExternalRenderer': loading... Plugin 'ExternalRenderer': load succeeded. Plugin 'K3': loading... Plugin 'K3': load succeeded. Plugin 'LuaRemoteApiClient': loading... Plugin 'LuaRemoteApiClient': load succeeded. Plugin 'Mtb': loading... Plugin 'Mtb': load succeeded. Plugin 'OMPL': loading... Plugin 'OMPL': load succeeded. Plugin 'OpenMesh': loading... Plugin 'OpenMesh': load succeeded. Plugin 'PovRay': loading... Plugin 'PovRay': load succeeded. Plugin 'Qhull': loading... Plugin 'Qhull': load succeeded. Plugin 'RRS1': loading... Plugin 'RRS1': load succeeded. Plugin 'ReflexxesTypeII': loading... Plugin 'ReflexxesTypeII': load succeeded. Plugin 'RemoteApi': loading... Starting a remote API server on port 19997 Plugin 'RemoteApi': load succeeded. Plugin 'Ros': loading... Plugin 'Ros': load succeeded. Plugin 'SDF': loading... Plugin 'SDF': load succeeded. Plugin 'SimpleFilter': loading... Plugin 'SimpleFilter': load succeeded. Plugin 'SurfaceReconstruction': loading... Plugin 'SurfaceReconstruction': load succeeded. Plugin 'Urdf-a': loading... Plugin 'Urdf-a': load succeeded. Plugin 'Urdf': loading... Plugin 'Urdf': load succeeded. Plugin 'Vision': loading... Plugin 'Vision': load succeeded. Using the 'MeshCalc' plugin.
doesn't appear this ! Plugin 'RosBridge': loading... Plugin 'RosBridge': load succeeded
and also the external console doesn't appear so what should I do ?! cheers thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi
I'm using ubuntu 14.04 and ROS indigo, I installed V-REP_PRO_EDU_V3_4_0_Linux, then I followed all the instructions of V-Rep ROS Bridge installations except the instruction :
ln -s /YOUR_CATKIN_WS_PATH/devel/lib/libv_repExtRosBridge.so
it doesn't work for me
so I used :
ln -s /YOUR_CATKIN_WS_PATH/devel/lib/libv_repExtRosBridge.so/*
I completed the full instructions, but when I try to test the installation if it works , I run roscore and Vrep I will get this:
Add-on script 'vrepAddOnScript-addOnScriptDemo.lua' was loaded.
QSplitter::setCollapsible: Index 0 out of range
Simulator launched.
Plugin 'MeshCalc': loading...
Plugin 'MeshCalc': load succeeded.
Plugin 'BubbleRob': loading...
Plugin 'BubbleRob': load succeeded.
Plugin 'Bwf': loading...
Plugin 'Bwf': load succeeded.
Plugin 'Collada': loading...
Plugin 'Collada': load succeeded.
Plugin 'ConvexDecompose': loading...
Plugin 'ConvexDecompose': load succeeded.
Plugin 'CustomUI': loading...
Plugin 'CustomUI': load succeeded.
Plugin 'DynamicsBullet-2-78': loading...
Plugin 'DynamicsBullet-2-78': load succeeded.
Plugin 'DynamicsBullet-2-83': loading...
Plugin 'DynamicsBullet-2-83': load succeeded.
Plugin 'DynamicsNewton': loading...
Plugin 'DynamicsNewton': load succeeded.
Plugin 'DynamicsOde': loading...
Plugin 'DynamicsOde': load succeeded.
Plugin 'DynamicsVortex': loading...
Plugin 'DynamicsVortex': load succeeded.
Plugin 'ExternalRenderer': loading...
Plugin 'ExternalRenderer': load succeeded.
Plugin 'K3': loading...
Plugin 'K3': load succeeded.
Plugin 'LuaRemoteApiClient': loading...
Plugin 'LuaRemoteApiClient': load succeeded.
Plugin 'Mtb': loading...
Plugin 'Mtb': load succeeded.
Plugin 'OMPL': loading...
Plugin 'OMPL': load succeeded.
Plugin 'OpenMesh': loading...
Plugin 'OpenMesh': load succeeded.
Plugin 'PovRay': loading...
Plugin 'PovRay': load succeeded.
Plugin 'Qhull': loading...
Plugin 'Qhull': load succeeded.
Plugin 'RRS1': loading...
Plugin 'RRS1': load succeeded.
Plugin 'ReflexxesTypeII': loading...
Plugin 'ReflexxesTypeII': load succeeded.
Plugin 'RemoteApi': loading...
Starting a remote API server on port 19997
Plugin 'RemoteApi': load succeeded.
Plugin 'Ros': loading...
Plugin 'Ros': load succeeded.
Plugin 'SDF': loading...
Plugin 'SDF': load succeeded.
Plugin 'SimpleFilter': loading...
Plugin 'SimpleFilter': load succeeded.
Plugin 'SurfaceReconstruction': loading...
Plugin 'SurfaceReconstruction': load succeeded.
Plugin 'Urdf-a': loading...
Plugin 'Urdf-a': load succeeded.
Plugin 'Urdf': loading...
Plugin 'Urdf': load succeeded.
Plugin 'Vision': loading...
Plugin 'Vision': load succeeded.
Using the 'MeshCalc' plugin.
doesn't appear this !
Plugin 'RosBridge': loading...
Plugin 'RosBridge': load succeeded
and also the external console doesn't appear
so what should I do ?!
cheers
thanks
The text was updated successfully, but these errors were encountered: