Search found 14 matches

by Filipe Rocha
29 May 2017, 20:17
Forum: Bug reports
Topic: V-REP crashes on ros interface
Replies: 7
Views: 6606

Re: V-REP crashes on ros interface

Thank you a lot for your fast response for this issue.

I am already attacking both ways of solution and I sent the bug description to the repository of the ROS Interface.

Best regards.
by Filipe Rocha
29 May 2017, 17:21
Forum: Bug reports
Topic: V-REP crashes on ros interface
Replies: 7
Views: 6606

Re: V-REP crashes on ros interface

The "crashing code" is when I use some functions with the sintax simExtRosInterface_*. As for example: simMotorPositionPub=simExtRosInterface_advertise('/espeleoMotorPosition','vrep_common/EspeleoMotorPosition') MotorSpeedSub=simExtRosInterface_subscribe('/EspeleoRobo_SpeedSubscribe','vrep...
by Filipe Rocha
29 May 2017, 14:01
Forum: Bug reports
Topic: V-REP crashes on ros interface
Replies: 7
Views: 6606

Re: V-REP crashes on ros interface

Thank you for your fast response. Well, the crash is being cause, inside the LUA script in V-REP, by every function of the type: simExtRosInterface_* And the bizzarrest thing is that even the scene example "controlTypeExamples.ttt" is crashing the program. That makes me think if the proble...
by Filipe Rocha
28 May 2017, 22:06
Forum: Bug reports
Topic: V-REP crashes on ros interface
Replies: 7
Views: 6606

V-REP crashes on ros interface

Hello everyone. I have developed a robot in V-REP and managed to communicate him with ROS using the v-rep ros interface (https://github.com/fferri/v_repExtRosInterface). Everything used to work fine. Recently I have upgraded my computer from Ubuntu 14.04 to 16.04, and logically, from ROS Indigo to K...