Page 1 of 1

V-REP doesn't see outputs from ROS

Posted: 13 Jan 2018, 15:06
by mamagosia
Hello,
I've got a problem with sending outputs from ROS to V-REP.
Rostopic shows me there are right values of variables that I want to change in V-REP, but in the simulator nothing is changing.


In rqt_graph and from command roswtf I've got:

https://drive.google.com/file/d/1iasqW8 ... _F8kl/view


This is my code from LUA script:

Code: Select all

simExtROS_enableSubscriber("/vrep/cmd_vel",1,simros_strmcmd_set_twist_command,-1,-1,'Command_Twist_Quad')

What I should do?

Re: V-REP doesn't see outputs from ROS

Posted: 15 Jan 2018, 22:47
by mamagosia
(I edited my post above with image)

Re: V-REP doesn't see outputs from ROS

Posted: 17 Jan 2018, 10:26
by coppelia
Hello,

it seems you are using the old ROS plugin for V-REP. Please use instead the newer and more flexible ROS interface.

Cheers