Search found 1021 matches

by fferri
15 May 2019, 09:21
Forum: General questions
Topic: 2D Large Scale(200*300meters) Path Planning Issues
Replies: 6
Views: 2375

Re: 2D Large Scale(200*300meters) Path Planning Issues

Hi Jacky,

did you try to increase state validity checking resolution (by calling simOMPL.setStateValidityCheckingResolution)?
by fferri
14 May 2019, 13:55
Forum: General questions
Topic: How to rename the ROS interface node name?
Replies: 4
Views: 2374

Re: How to rename the ROS interface node name?

With the latest version of V-REP (v_rep, include, common, and v_repClientApplication git repositories, or wait for 3.6.1.rev4 to be released) and RosInterface, you can set the node name by passing a -GRosInterface.nodeName=MyNodeName command-line option to V-REP.
by fferri
14 May 2019, 08:27
Forum: General questions
Topic: How to rename the ROS interface node name?
Replies: 4
Views: 2374

Re: How to rename the ROS interface node name?

Hi mthor13, currently the node name is hardcoded, and passed to ros::init() during plugin initialization. You can change v_repExtRosInterface/src/vrep_ros_interface.cpp line 511 such that the node name is read from an external source. For example, read it from an environment variable: const char* no...
by fferri
24 Apr 2019, 11:09
Forum: General questions
Topic: Can I sub a child script topic with remote B0 API?
Replies: 2
Views: 1500

Re: Can I sub a child script topic with remote B0 API?

You can create a pair of pub/sub sockets with BlueZero only, using the BlueZero plugin in V-REP, and the BlueZero python bindings in the external python script. For the Lua script in V-REP you can use something like this (e.g. threaded script): pubNode=simB0.nodeCreate('pubNode') pub=simB0.publisher...
by fferri
18 Apr 2019, 08:29
Forum: General questions
Topic: Place and keep dynamic model in the air
Replies: 1
Views: 1172

Re: Place and keep dynamic model in the air

You can use a joint to connect your dynamic model to a static object. E.g. if you use a prismatic joint, you achieve motion in one axis. Build a kinematic chain of 3 orthogonal prismatic joints (static object --> prismatic joint x --> body 1 --> prismatic joint y --> body 2 --> prismatic joint z -->...
by fferri
12 Apr 2019, 14:19
Forum: Bug reports
Topic: V-REP crash (running several instances of V-REP with several remote API clients)
Replies: 13
Views: 8096

Re: V-REP crash (running several instances of V-REP with several remote API clients)

I'm using that example, but I only see V-REP instances increasing in memory usage.
Does it crash because it goes out of memory?
by fferri
12 Apr 2019, 09:19
Forum: Bug reports
Topic: V-REP crash (running several instances of V-REP with several remote API clients)
Replies: 13
Views: 8096

Re: V-REP crash (running several instances of V-REP with several remote API clients)

Hi Uli_v,

I'm trying to replicate the crash to no avail. Can you try to compile the plugin in debug mode and have it crashing within the debugger to see exactly at which line is crashing?
by fferri
10 Apr 2019, 20:20
Forum: General questions
Topic: undo deleted item
Replies: 1
Views: 808

Re: undo deleted item

Edit -> Undo does not work?
by fferri
05 Apr 2019, 07:20
Forum: General questions
Topic: How to enable Screw pitch
Replies: 4
Views: 1394

Re: How to enable Screw pitch

You have to deselect "Position is cyclic" as well.
by fferri
04 Apr 2019, 14:42
Forum: General questions
Topic: complex shapes
Replies: 1
Views: 805

Re: complex shapes

Inertia matrix, center of mass, and weight, are properties of the dynamic body, and you can enter those in the Shape dynamics properties.

These quantities can be computed for arbitrary triangle meshes, e.g. in tools such as Meshlab.