Search found 1009 matches

by fferri
20 Dec 2019, 22:28
Forum: Bug reports
Topic: vrep folder missing
Replies: 9
Views: 4884

Re: vrep folder missing

Ubuntu is the only supported Linux distribution.

Try rebuilding the library yourself. See compiling CoppeliaSim and related items.
by fferri
20 Dec 2019, 14:11
Forum: Videos, scenes and models around CoppeliaSim
Topic: Tutorial: Render V-REP simulations in Blender in two easy steps
Replies: 2
Views: 14522

Re: Tutorial: Render V-REP simulations in Blender in two easy steps

This work is amazing!

However why not use the glTF format which supports all of this (shapes, material, animations) and Blender already has an importer for that?
by fferri
20 Dec 2019, 13:22
Forum: Bug reports
Topic: vrep folder missing
Replies: 9
Views: 4884

Re: vrep folder missing

/media/valery/Users/valery/Downloads/CoppeliaSim_Edu_V4_0_0_Ubuntu18_04$ ./coppeliaSim.sh Loading the CoppeliaSim library... CoppeliaSim client app error: could not find or correctly load the CoppeliaSim library You should check that: libcoppeliaSim.so file is present and readable (maybe post the o...
by fferri
19 Dec 2019, 14:24
Forum: Bug reports
Topic: vrep folder missing
Replies: 9
Views: 4884

Re: vrep folder missing

You are running it as superuser in both cases. the only difference is that in the first case you use the sh shell (wrong).

Simply run ./coppeliaSim.sh as normal user.
by fferri
18 Dec 2019, 09:15
Forum: General questions
Topic: making CoppeliaSim ROS1/ROS2 enabled on ubuntu18.04
Replies: 7
Views: 2634

Re: making CoppeliaSim ROS1/ROS2 enabled on ubuntu18.04

Just in case, I downloaded the source again from the github page and built it. (Regarding ROS1) The results are shown below. Errors << sim_ros_interface:make /home/user/coppelia_ws/logs/sim_ros_interface/build.make.000.log Traceback (most recent call last): File "/home/user/Downloads/coppeliaS...
by fferri
18 Dec 2019, 09:14
Forum: General questions
Topic: making CoppeliaSim ROS1/ROS2 enabled on ubuntu18.04
Replies: 7
Views: 2634

Re: making CoppeliaSim ROS1/ROS2 enabled on ubuntu18.04

I also show the result of running python in addition. ~/coppelia_ws/src/simExtROSInterface$ python $COPPELIASIM_ROOT_DIR/programming/libPlugin/simStubsGen/external/pycpp/pycpp.py -P tools -p messages_file meta/messages.txt -i templates/adv.cpp usage: pycpp.py [-h] [-i INPUT_FILE] [-o OUTPUT_FILE] [...
by fferri
17 Dec 2019, 12:11
Forum: General questions
Topic: How to Install vrep in linux environment?
Replies: 2
Views: 1167

Re: How to Install vrep in linux environment?

What's the video card model and what drivers are you using?
by fferri
17 Dec 2019, 09:40
Forum: General questions
Topic: a coordinated motion planning with dual robotic arms
Replies: 2
Views: 1248

Re: a coordinated motion planning with dual robotic arms

What is the benefit of splitting the problem like this compared to solving it all at once (that is: one state space describing both robots)?
by fferri
16 Dec 2019, 13:51
Forum: Feature requests
Topic: UI Toggle for enabling user parameters
Replies: 1
Views: 24283

Re: UI Toggle for enabling user parameters

shouldn't the parameter be set from the embedded child script? e.g.: function sysCall_init() sim.setUserParameter(sim.handle_self,'@enable','') end although this has the drawback that the icon will appear only after running the scene the first time, but for me works quite well. Otherwise, if you wan...
by fferri
16 Dec 2019, 09:53
Forum: General questions
Topic: workspace
Replies: 1
Views: 829

Re: workspace

Yes. Check the child script attached to object 'LBR_iiwa_7_R800' for details.