Search found 5 matches

by HLalogeLC
23 Jul 2021, 11:06
Forum: Bug reports
Topic: Crash on launch with CoppeliaSim 4.2.rev5 on Ubuntu 20.04
Replies: 5
Views: 26791

Re: Crash on launch with CoppeliaSim 4.2.rev5 on Ubuntu 20.04

I tried on a fresh system too. I even tried in a fresh ubuntu:focal docker container. Exact same error. Note that I use the PRO version. It works with the EDU version. Can you confirm that in your installation, the following commands return the same thing? # PRO VERSION > sha1sum coppeliaSim libcopp...
by HLalogeLC
22 Jul 2021, 14:51
Forum: Bug reports
Topic: Crash on launch with CoppeliaSim 4.2.rev5 on Ubuntu 20.04
Replies: 5
Views: 26791

Re: Crash on launch with CoppeliaSim 4.2.rev5 on Ubuntu 20.04

Hello, I didn't compiled the client myself. I downloaded the .tar.gz file the 12 of July at 14:30. I re-downloaded it right now and the bug still happens. EDIT: I downloaded it from this link: https://www.coppeliarobotics.com/files/CoppeliaSim_Pro_V4_2_0_Ubuntu20_04.tar.xz nm shows the functions are...
by HLalogeLC
12 Jul 2021, 14:52
Forum: Bug reports
Topic: Crash on launch with CoppeliaSim 4.2.rev5 on Ubuntu 20.04
Replies: 5
Views: 26791

Crash on launch with CoppeliaSim 4.2.rev5 on Ubuntu 20.04

I have a similar experience as this post https://forum.coppeliarobotics.com/viewtopic.php?f=5&t=9299 . When I launch, it does this: ~/Tools/CoppeliaSim_Pro_V4_2_0_Ubuntu20_04> ./coppeliaSim.sh [CoppeliaSimClient] loading the CoppeliaSim library... Could not find function simSetInt32Signal [Coppe...
by HLalogeLC
30 Jul 2020, 13:55
Forum: Bug reports
Topic: Breaking physic change with CoppeliaSim 4.1
Replies: 1
Views: 1770

Re: Breaking physic change with CoppeliaSim 4.1

I found the problem by looking at the code of the KUKA Omnirob: I was missing the new flag sim.handleflag_reljointbaseframe when using sim.setObjectPositon/Rotation.
by HLalogeLC
30 Jul 2020, 12:53
Forum: Bug reports
Topic: Breaking physic change with CoppeliaSim 4.1
Replies: 1
Views: 1770

Breaking physic change with CoppeliaSim 4.1

Hello, We are experiencing strange behavior of our robot since version 4.1 for Ubuntu 20.04 of CoppeliaSim: movements are unpredictable, and the robot keeps moving back-and-forth because of a inacurate odometry. If I go back in 4.0, it works well (I used the Ubuntu 18.04 version and compiled the sim...