Search found 47 matches

by wozxfdha
18 Oct 2022, 03:29
Forum: General questions
Topic: How to use the API to set model visible
Replies: 1
Views: 207

How to use the API to set model visible

Hi,

I know we can use

Code: Select all

sim.setModelProperty(objectHandle, sim.modelproperty_not_visible)
to make a model invisible. But is there any way to use the API to set it visible? I did not see the corresponding property.

Thanks.
by wozxfdha
12 Jul 2022, 08:19
Forum: General questions
Topic: how to switch the gpu used by coppeliaSim
Replies: 1
Views: 383

how to switch the gpu used by coppeliaSim

Hi,

I have multiple gpus, and it seems coppeliaSim's default choice is gpu0. How can I switch it, e.g. to gpu1?

Thanks.
by wozxfdha
13 May 2022, 14:45
Forum: General questions
Topic: Memory increases steadily when Coppeliasim running
Replies: 1
Views: 831

Memory increases steadily when Coppeliasim running

Hi, I found that when I run multi CoppeliaSim instances with remote python program, the memory increases steadily during the running progress. And when the memory up to its maximum value, one of instance crashes. Currently, I just restart instances to release memory but this is a cumbersome operatio...
by wozxfdha
06 May 2022, 16:44
Forum: General questions
Topic: Object frame changes
Replies: 1
Views: 277

Object frame changes

Hi,

I create a model by importing object's mesh file, but the model frame shown in CoppeliaSim is different from the object frame in mesh file.

How can I match the two frames or get the transformation matrix between them? This means a lot to me.

Thanks
by wozxfdha
27 Nov 2021, 06:38
Forum: General questions
Topic: Can I set the value of Luminosity of the Ambient light in Environment dialog via API?
Replies: 1
Views: 5523

Can I set the value of Luminosity of the Ambient light in Environment dialog via API?

Hi,

I check the APIs for light, only sim.setLightParameters can be used, and I want to set the value of Luminosity of the Ambient light in Environment dialog.

Can I do it via API? How?

Thanks.
by wozxfdha
27 Nov 2021, 06:14
Forum: General questions
Topic: Grasp ball but always fall down
Replies: 1
Views: 5832

Grasp ball but always fall down

Hi,

I use RG2 to grasp balls, but it always falls because of gravity. How should I set the firction or is there any other solution besides attach?

Thanks
by wozxfdha
25 Nov 2021, 04:19
Forum: General questions
Topic: can I record video with vision sensors?
Replies: 3
Views: 7147

Re: can I record video with vision sensors?

Can I trigger the vision sensor to save images as a regular interval?
by wozxfdha
24 Nov 2021, 12:36
Forum: General questions
Topic: can I record video with vision sensors?
Replies: 3
Views: 7147

can I record video with vision sensors?

Hi,

I can get images from vision sensors, but can I record video with vision sensors?
by wozxfdha
17 Nov 2021, 08:30
Forum: General questions
Topic: How to confirm successful grasp if I use "attach" way
Replies: 1
Views: 5313

How to confirm successful grasp if I use "attach" way

Hi, I try to grasp objects with RG2, but it always fall down when the gripper lifts them up. Since it is really difficult to set some material parameters of objects, I try to use the following plan: 1. proximity sensor detects objects, 2. attach them to gripper However, caused by attach, some really...
by wozxfdha
04 Nov 2021, 02:24
Forum: General questions
Topic: Why does it take a long time for the proximity sensor to detect the result?
Replies: 12
Views: 12496

Re: Why does it take a long time for the proximity sensor to detect the result?

coppelia wrote: 03 Nov 2021, 16:42 correct. Unless you load a model with existing structure attached.
Can I have some way to attach the compute structure to a model? I need to load a model with existing structure attached for fast simulation since I will delete it before simulation stops.