Search found 40 matches

by lyz
28 Jun 2020, 08:50
Forum: Bug reports
Topic: headless bug ?
Replies: 4
Views: 2427

headless bug ?

Hi coppelia,
Recently, I am using the Headless Mode to load my scene, and I noticed that `sysCall_actuation` functions don't run all the time. Is that the theory? GUI mode is always running.
by lyz
19 Jun 2020, 08:22
Forum: Bug reports
Topic: coppeliaSim crash problem
Replies: 7
Views: 7177

Re: coppeliaSim crash problem

Hi coppelia, I have changed nothing. In the past, I tested the SSH between two IPs on only one computer, and it works now. But now I tested between two computers, there is a problem above. At present, I have not found a solution in forum. I just tested that it works in headless mode without vision s...
by lyz
18 Jun 2020, 12:41
Forum: Bug reports
Topic: coppeliaSim crash problem
Replies: 7
Views: 7177

coppeliaSim crash problem

Hi, The software crashed today. I want to connect to the host remotely through `ssh -X `, and then start coppeliaSim.sh in interface mode, but the following problem is displayed: sim@sim:~/coppelia_ws/src/coppelia_software$ ./coppeliaSim.sh Loading the CoppeliaSim library... Done! Launching Coppelia...
by lyz
18 Jun 2020, 09:43
Forum: General questions
Topic: How to open a map.pgm in V-REP
Replies: 2
Views: 778

Re: How to open a map.pgm in V-REP

Hi,
You can run map_server node to load map.png and map.yaml. It doesn't open by V-REP.
by lyz
23 Apr 2020, 08:50
Forum: General questions
Topic: kinect depth data question
Replies: 3
Views: 2226

Re: kinect depth data question

Hi, Thank you anyway. I have solved this problem by many tests. I convert work image to sensor image.Then rotate camera coordinate system. Finally reconstruct the getVisionSensorDepthBuffer buff data to solve it. Now rviz and image are all right. I find if you want to use workImgToSensorImg at last ...
by lyz
20 Apr 2020, 09:07
Forum: General questions
Topic: kinect depth data question
Replies: 3
Views: 2226

Re: kinect depth data question

Hi coppelia, I'm very glad to see your answer. First, I understand your idea. I used this code simVision.verticalFlipWorkImg(inData.handle) to rotate vision image data to publish them to ros and the final displayed image is the same as the image in simulation environment. The problem I have now is t...
by lyz
20 Apr 2020, 04:30
Forum: Bug reports
Topic: CoppeliaSim crashes opening v-rep scene
Replies: 8
Views: 4724

Re: CoppeliaSim crashes opening v-rep scene

Hi lromanini,
Now, are your kinect depth data display right? What's your email address? I'll send you an email to ask some questions about kinect depth data.
by lyz
20 Apr 2020, 04:13
Forum: General questions
Topic: how to run coppeliaSim remotely, ssh or xvfb or others
Replies: 5
Views: 3890

Re: how to run coppeliaSim remotely, ssh or xvfb or others

Hi fferri and eomar,
I'm sorry for the late reply. fferri reply is correct. I can ssh -X username@IPAddress to connect master. then ./coppeliaSim.sh -h scene.ttt to run coppeliaSim software.
by lyz
15 Apr 2020, 13:23
Forum: General questions
Topic: kinect depth data question
Replies: 3
Views: 2226

kinect depth data question

Hi, In the past, I wrote the code of the camera publishing depth according to the forum, but now I suddenly found a bug that caused me unable to use the camera sensor. Here's the question: kinect_depth.lua function sysCall_init() end function sysCall_vision(inData) -- callback function automatically...
by lyz
25 Mar 2020, 12:15
Forum: General questions
Topic: ubuntu 14.04 run coppeliaSim
Replies: 1
Views: 489

ubuntu 14.04 run coppeliaSim

Hi,
My computer system is ubuntu 14.04. I want to run the coppeliaSim software on it, but it doesn't support the system. Show this error:

Code: Select all

/usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.21' not found

How can i solve it ? Please help me~~