Search found 18 matches

by e2718
09 Apr 2018, 21:41
Forum: Bug reports
Topic: Not including underscores in file names under File -> open recent scene (linux)
Replies: 1
Views: 1734

Not including underscores in file names under File -> open recent scene (linux)

There's a small bug when displaying names in File -> Open recent scene. If I save a scene as 'foo_bar_baz.ttt' when I look at the file name under File -> Open recent scene I see 'foobarbaz.ttt'.
I am currently using V-REP version 3.5.0, linux
by e2718
22 Mar 2018, 23:27
Forum: General questions
Topic: decimate selected shape crashes V-REP
Replies: 4
Views: 2193

Re: decimate selected shape crashes V-REP

Changed version of openmesh to 6.3. This seems to have fixed the issue.
by e2718
22 Mar 2018, 03:02
Forum: General questions
Topic: decimate selected shape crashes V-REP
Replies: 4
Views: 2193

Re: decimate selected shape crashes V-REP

In the Linux instructions theres it seems like you need to call make in the plugin directory. From the line Then place the generated "libOpenMeshCore.a" and "libOpenMeshTools.a" into this folder, then inside this folder type "make" to build the plugin. However, there is...
by e2718
20 Mar 2018, 00:38
Forum: General questions
Topic: decimate selected shape crashes V-REP
Replies: 4
Views: 2193

decimate selected shape crashes V-REP

Am running V-REP 3.5 right now. It crashes have tried importing all of the meshes in ~/cadfiles "decimate selected shape". Below is a sample output from importing redundantManipulator.stl as a mesh and trying to call "decimated selected shape". Has anyone encountered this error b...
by e2718
03 Mar 2018, 01:56
Forum: General questions
Topic: How to use sim.getScriptSimulationParameter and sim.setScriptSimulationParameter
Replies: 1
Views: 3160

How to use sim.getScriptSimulationParameter and sim.setScriptSimulationParameter

Have been trying to do a simple test using the bubbleRob example in the tutorials folder. Have modified the source code in the bubbleRob to test setting and getting a test variable. Source code is below. function sysCall_init() -- This is executed exactly once, the first time this script is executed...
by e2718
09 Feb 2018, 22:11
Forum: General questions
Topic: Is it possible to install additional lua libraries?
Replies: 3
Views: 2649

Re: Is it possible to install additional lua libraries?

Thanks, is there a way to install lua libraries when there are no *lua or *so files? I'm trying to install package ffi (it's a dependency for scilua). The package is part of LuaJIT http://luajit.org/ and can not seem to get V-REP to find it. (so far have been putting things in the $VREP_ROOT/lua dir...
by e2718
09 Feb 2018, 01:06
Forum: General questions
Topic: Is it possible to install additional lua libraries?
Replies: 3
Views: 2649

Is it possible to install additional lua libraries?

Was wondering if it was possible to install additional libraries that can be called upon in threaded/non-threaded child scripts in V-REP. In particular, would like to install scilua to do some linear algebra for some calculations. I can install the lua libraries correctly on my computer, but I can n...
by e2718
07 Feb 2018, 20:40
Forum: Bug reports
Topic: simExtOMPL_setValidStateSamplerCallback not working as intended
Replies: 7
Views: 4488

Re: simExtOMPL_setValidStateSamplerCallback not working as intended

Update:

This is a bit late, but thanks for the help. Turns out that the path planners do not call the same random samplers. Only some of them will call the custom sampler algorithms.
by e2718
05 Feb 2018, 18:35
Forum: Bug reports
Topic: sim_ompl_algorithm_CForest path planning algorithm crashes V-REP
Replies: 3
Views: 2630

Re: sim_ompl_algorithm_CForest path planning algorithm crashes V-REP

From the error messages it seems like recompiling OMPL with Eigen should work. I don't know do this exactly though so have not tried it.
by e2718
04 Feb 2018, 06:41
Forum: Bug reports
Topic: sim_ompl_algorithm_CForest path planning algorithm crashes V-REP
Replies: 3
Views: 2630

sim_ompl_algorithm_CForest path planning algorithm crashes V-REP

For some of the possible algorithms you can set in simExtOMPL_setAlgorithm, you can crash V-REP. For example, if you look at the 6DoFHolonomicPathPlanning example and you set the algorithm to sim_ompl_algorithm_CForest. V-REP will crash with these logs Info: CForest: Space information setup was not ...