Search found 14 matches

by Space
29 May 2016, 10:38
Forum: General questions
Topic: How do I compile the plugins for VREP and ROS?
Replies: 7
Views: 6090

Re: How do I compile the plugins for VREP and ROS?

Hi,

i downloaded and install teh new version and ROS is looaded but the plugins are not. i tried to follow your tutorial but really not clear for a beginner on ubuntu!!

so how do i make sure that ros is aware about the plugins and that roscd reconized the plugin
by Space
27 May 2016, 13:37
Forum: General questions
Topic: How do I compile the plugins for VREP and ROS?
Replies: 7
Views: 6090

Re: How do I compile the plugins for VREP and ROS?

Hi
thank you for your replay
i downloaded the last version of VREP but what do i have to do with the plugins? where to put them?

thank you!
by Space
26 May 2016, 21:40
Forum: General questions
Topic: How do I compile the plugins for VREP and ROS?
Replies: 7
Views: 6090

Re: How do I compile the plugins for VREP and ROS?

Hi,

Yes roscore is already running when i launch VREP here the snapshots :

here is the dropbox url : https://www.dropbox.com/sh/nehiwlb5ua8l ... eFwta?dl=0

thanks
by Space
25 May 2016, 23:55
Forum: General questions
Topic: How do I compile the plugins for VREP and ROS?
Replies: 7
Views: 6090

How do I compile the plugins for VREP and ROS?

Hi I am trying to work on ROS and VREP for my simulation.
But it seems like my VREP doesn't load the ROS plugins and after following many tutorials, i am getting tired.
Can you please let me know how to do it? also as I said i followed the Coppelia Ros tutorials and many others!!

thanks!!
by Space
17 Apr 2016, 21:42
Forum: General questions
Topic: V-Rep installation on Ubuntu
Replies: 3
Views: 26060

V-Rep installation on Ubuntu

Hi,

I would like to have a tutorial on how to install V-Rep on Ubuntu 14.04 as until now i was only working on Win7.

thanks in advance

space
by Space
24 Nov 2015, 22:17
Forum: Bug reports
Topic: simxReadProximitySensor not working on python & matlab
Replies: 16
Views: 12536

Re: simxReadProximitySensor not working on python & matlab

Hi Coppelia,

I don't underdtand what you mean?
Does the point given are the distance or is it the x,y,z of the detected point?

Thanks for your help.

Space
by Space
20 Nov 2015, 13:58
Forum: Bug reports
Topic: simxReadProximitySensor not working on python & matlab
Replies: 16
Views: 12536

Re: simxReadProximitySensor not working on python & matlab

Hi Coppelia,

thanks for your replay, I actually got the data and it is working.

my question is why the signal i am plotting is different that the environnement, I don't know how to attach pictures or file i could show you!!

thankvyou
by Space
18 Nov 2015, 18:35
Forum: Bug reports
Topic: simxReadProximitySensor not working on python & matlab
Replies: 16
Views: 12536

Re: simxReadProximitySensor not working on python & matlab

Hi again,

on the matlab side :

Code: Select all

[~,data]=vrep.simxGetStringSignal(clientID,'myPts',vrep.simx_opmode_buffer);
    
    [data]=simxUnpackFloats(data) 
still don't get my data!!