Search found 1009 matches

by fferri
29 Mar 2019, 14:16
Forum: Bug reports
Topic: V-REP SDF plugin: could not determine the filesystem location of URI model:// ...
Replies: 10
Views: 3985

Re: V-REP crashes after selecting SDF import option from Plugins drop down menu

You can open the SDF file in a text editor and replace the model:// with file:// in the URI which is failing to resolve
by fferri
28 Mar 2019, 16:18
Forum: Bug reports
Topic: V-REP SDF plugin: could not determine the filesystem location of URI model:// ...
Replies: 10
Views: 3985

Re: V-REP crashes after selecting SDF import option from Plugins drop down menu

Hi Smitty44, model:// URIs should be in the form model://package/path , for example model://mypackage/meshes/cad/test.stl, so your directory structure should be: path/to/mypackage/file.sdf path/to/mypackage/meshes/cad/test.stl Alternatively, you can use file:// URIs (more reliable), which allow you ...
by fferri
25 Mar 2019, 15:33
Forum: Bug reports
Topic: V-REP crashes after selecting SDF import option from Plugins drop down menu
Replies: 5
Views: 2454

Re: V-REP crashes after selecting SDF import option from Plugins drop down menu

Hello,

thanks for reporting this issue.

A few questions:
  • Does it happen always (i.e. when trying multiple times)?
  • Does it happen with any SDF model?
  • Can you share a SDF model which causes the crash?
by fferri
22 Mar 2019, 10:30
Forum: Feature requests
Topic: How to read Joystick in vrep child script dans Linux 16.04
Replies: 2
Views: 4644

Re: How to read Joystick in vrep child script dans Linux 16.04

Hello,

you can use this as a starting point: https://github.com/fferri/v_repExtSDL

It uses SDL2 to access the joystick device
by fferri
18 Mar 2019, 20:12
Forum: Bug reports
Topic: OMPL plugin bug for multi query (e.g. PRM)
Replies: 1
Views: 1915

Re: OMPL plugin bug for multi query (e.g. PRM)

Thanks!

Now fixed in GitHub repo.
by fferri
22 Feb 2019, 09:18
Forum: General questions
Topic: ROS interface automatically adds prefix to a service topic
Replies: 1
Views: 1133

Re: ROS interface automatically adds prefix to a service topic

RosInterface does not add any prefix. This is the Lua callback for simROS.advertiseService, and this is the included srvsrv.cpp which calls NodeHandle::advertiseService, as you can see it passes in->serviceName (the string "/srv_topic" in your case) directly to ROS. Have you tried using &q...
by fferri
18 Jan 2019, 16:22
Forum: General questions
Topic: How to control VREP simulation with ROS and a Joystick on linux system
Replies: 1
Views: 1845

Re: How to control VREP simulation with ROS and a Joystick on linux system

Not really relevant to V-REP, but since you already have implemented ROS message input, there is the joy package for ROS.
by fferri
21 Dec 2018, 13:54
Forum: General questions
Topic: Differences exisit in simulation with or without video recoeding
Replies: 4
Views: 1771

Re: Differences exisit in simulation with or without video recoeding

use some external capture software such as CamStudio, Taksi, Fraps, or similar.
by fferri
20 Dec 2018, 12:06
Forum: General questions
Topic: The UI slider
Replies: 3
Views: 1518

Re: The UI slider

Latest version is V3.5.0 rev4.

http://www.coppeliarobotics.com/downloads.html
by fferri
19 Dec 2018, 18:13
Forum: General questions
Topic: The UI slider
Replies: 3
Views: 1518

Re: The UI slider

Use simUI.show() to show the window which was hidden.