Search found 40 matches

by jianye
14 Dec 2019, 20:12
Forum: General questions
Topic: problem about new version coppeliaSim
Replies: 4
Views: 2036

problem about new version coppeliaSim

hello, recently I download the coppeliaSim and replace the Vrep before. But with the new version I can't open the scene I built before and I get the following problem in the terminal window: terminate called after throwing an instance of 'boost::exception_detail::clone_impl<boost::exception_detail::...
by jianye
12 Dec 2019, 21:33
Forum: General questions
Topic: how to connect the learning algorithm written by Julia to V-Rep ?
Replies: 4
Views: 973

Re: how to connect the learning algorithm written by Julia to V-Rep ?

hello, I have built a person model in Vrep Simulation and the model walk randomly. And I have a learning structure to train this person model until he can walk straight to an object, like walk to the table or something. And this learning structure was programmed by Julia. But first, I need the param...
by jianye
11 Dec 2019, 10:32
Forum: General questions
Topic: how to connect the learning algorithm written by Julia to V-Rep ?
Replies: 4
Views: 973

how to connect the learning algorithm written by Julia to V-Rep ?

hello guys,

i'm trying to use a learning algorithm to train the object(person) built in Vrep simulation environment. I don't know how can i connect this algorithm to Vrep because this algorithm was written by Julia . is there interface that i can finish this connect ?

any advice?

Jian
by jianye
28 Nov 2019, 21:42
Forum: General questions
Topic: how to build a counter for the laser pointer when the laser pointer was triggered ?
Replies: 4
Views: 1250

Re: how to build a counter for the laser pointer when the laser pointer was triggered ?

hello,

how can I know the detection status of no detection and detection?

and can i read the value of the previous simulation step?

thank you in advance.

Jian
by jianye
28 Nov 2019, 15:02
Forum: General questions
Topic: How to set the table that the people won't go through it?
Replies: 1
Views: 588

How to set the table that the people won't go through it?

hello guys, I have pulled a table model(customizableTable) and people model(Bill on Path.ttm) in the scene and the person goes through the table. what can I do without sensor that the people won't go through the table? (How can I set the table as a fixed obstacle for people that people can not go th...
by jianye
22 Nov 2019, 21:43
Forum: General questions
Topic: A problem about PyRep
Replies: 0
Views: 13990

A problem about PyRep

hello,

I want to use PyRep to control the object in Vrep and run the code below:

Code: Select all

from pyrep import PyRep
and a problem arises:

/home/jianye/anaconda3/lib/libQt5Core.so.5: version `Qt_5.12' not found (required by /usr/lib/libv_rep.so.1)

any advice?

Thanks in advance!

Jian Ye
by jianye
22 Nov 2019, 09:58
Forum: General questions
Topic: Error when install PyRep?
Replies: 1
Views: 749

Error when install PyRep?

Hello, I'm trying to install PyRep in my Laptop. My OS is Ubuntu 16.04. When i finished and run the code below: from pyrep import PyRep A error arises: libv_rep.so.1: cannot open shared object file: No such file or directory I have googled about this problem and try to figure it out with the code un...
by jianye
21 Nov 2019, 14:34
Forum: General questions
Topic: how to build a counter for the laser pointer when the laser pointer was triggered ?
Replies: 4
Views: 1250

how to build a counter for the laser pointer when the laser pointer was triggered ?

hello,

i have built a safety light curtain and i want to build a counter to store the times that the laser pointer was triggered.

how can I realize this function ?

any advice ?

Jian
by jianye
21 Nov 2019, 13:40
Forum: General questions
Topic: how can i change the code below?
Replies: 2
Views: 614

Re: how can i change the code below?

hello fferri,

with your help i can understand the working mechanism of simulation parameter.

thank you so much.

Jian