Search found 7 matches

by Kamal99
08 Jun 2022, 18:29
Forum: General questions
Topic: plugin 'ZMQ': load failed (could not load)
Replies: 6
Views: 1669

Re: plugin 'ZMQ': load failed (could not load)

Hello

apt install libsodium-dev solved the problems

Thank you!
by Kamal99
08 Jun 2022, 16:12
Forum: General questions
Topic: plugin 'ZMQ': load failed (could not load)
Replies: 6
Views: 1669

Re: plugin 'ZMQ': load failed (could not load)

You are right, sorry it wasn't clear in the terminal. Singularity> ./libLoadErrorCheck.sh linux-vdso.so.1 (0x00007ffe222f9000) libboost_regex.so.1.71.0 => /home/s3675319/Xu/CoppeliaSim_Edu_V4_3_0_Ubuntu20_04/libboost_regex.so.1.71.0 (0x00007f17cb7ae000) libzmq.so.5 => /home/s3675319/Xu/CoppeliaSim_E...
by Kamal99
08 Jun 2022, 15:30
Forum: General questions
Topic: plugin 'ZMQ': load failed (could not load)
Replies: 6
Views: 1669

Re: plugin 'ZMQ': load failed (could not load)

Hello, The ./libLoadErrorCheck.sh response, please see below run from within the container /home/s3675319/Xu/CoppeliaSim_Edu_V4_3_0_Ubuntu20_04/libcoppeliaSim.so: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /home/s3675319/Xu/CoppeliaSim_Edu_V4_3_0_Ubuntu20_04/libcopp...
by Kamal99
08 Jun 2022, 11:47
Forum: General questions
Topic: plugin 'ZMQ': load failed (could not load)
Replies: 6
Views: 1669

plugin 'ZMQ': load failed (could not load)

Hello, I am running Coppeliasim in headless mode from a container stdbuf -o0 -e0 xvfb-run --auto-servernum -s "-screen 0 640x480x24" /home/s3675319/Xu/CoppeliaSim_Edu_V4_3_0_Ubuntu20_04/./coppeliaSim.sh -h /home/s3675319/grasp2grasp/Grasp2GraspUR5/simulation/armUp.ttt When I run my python ...
by Kamal99
22 Apr 2022, 15:45
Forum: General questions
Topic: non-convex dynamic meshes Newton Physics Engine
Replies: 3
Views: 903

Re: non-convex dynamic meshes Newton Physics Engine

Hello, Sadly I don't get this option, there is only the OK button. I know what you are talking about when I used Bullet 2.38 engine. But with Newton engine , I do not get it. Is there another way to solve it? Eventually, I would like to use the simulation in headless mode so I am wondering if that w...
by Kamal99
21 Apr 2022, 13:29
Forum: General questions
Topic: non-convex dynamic meshes Newton Physics Engine
Replies: 3
Views: 903

non-convex dynamic meshes Newton Physics Engine

Hello, I am using Newton Physics Engine. I get this message in Coppeliasim every time I load my objects in the scene. The scene contains one or several non-convex dynamic meshes, which are not supported with the selected dynamics engine. Those meshes will be simulated with their convex hull instead....
by Kamal99
05 Apr 2022, 12:32
Forum: General questions
Topic: sim.getVisionSensorDepthBuffer
Replies: 1
Views: 537

sim.getVisionSensorDepthBuffer

Hello, I have some problem with using sim.getVisionSensorDepthBuffer I would like to get the depth info from the camera Using CoppeliaSim V4.3.0., (rev. 3) Using ZMQ remote API (Python) I have the below code self.cam_handle = self.sim.getObject('/Vision_sensor_persp') raw_image, resX, resY= self.sim...