Search found 4 matches

by juhel
25 Apr 2024, 10:29
Forum: Bug reports
Topic: Pb of refresh through remote connexion
Replies: 3
Views: 29

Re: Pb of refresh through remote connexion

I solved my problem.

The reason was due to this line in .bashrc file :

export QT_XCB_GL_INTEGRATION=none

I remove it and now it works!

Philippe
by juhel
24 Apr 2024, 16:36
Forum: Bug reports
Topic: Pb of refresh through remote connexion
Replies: 3
Views: 29

Pb of refresh through remote connexion

Hi, On Ubuntu 22.04, when I run ./coppeliaSim, there's a problem of resfresh on the Scene panel. https://dev2.icam.fr/toulouse/GEI/phil/coppelia.png It occurs only when I access to Coppelia through a remote connexion with X2Go or Reminna (with VNC protocol). If I run Coppelia on the Ubuntu computer,...
by juhel
24 Nov 2020, 21:26
Forum: Bug reports
Topic: Difference in simxGetVisionSensorDepthBuffer results between 2 computers
Replies: 2
Views: 5596

Re: Difference in simxGetVisionSensorDepthBuffer results between 2 computers

Yes, you're right because on one computer, I've a NVIDIA GPU 2080 but not on the other one.

Regards.
by juhel
24 Nov 2020, 15:11
Forum: Bug reports
Topic: Difference in simxGetVisionSensorDepthBuffer results between 2 computers
Replies: 2
Views: 5596

Difference in simxGetVisionSensorDepthBuffer results between 2 computers

Hi, I've written this small program : from simulation import vrep import numpy as np vrep.simxFinish(-1) # Just in case, close all opened connections sim_client = vrep.simxStart('127.0.0.1', 19997, True, True, 5000, 5) # Connect to V-REP on port 19997 sim_ret, cam_handle = vrep.simxGetObjectHandle(s...