Search found 18 matches

by sampits
02 Apr 2020, 13:34
Forum: General questions
Topic: Rotate table
Replies: 3
Views: 1412

Re: Rotate table

fferri wrote: 23 Mar 2020, 11:00 Joint can do rotation.
can i turn the table into a joint so i can rotate it ?
by sampits
19 Mar 2020, 17:42
Forum: General questions
Topic: Rotate table
Replies: 3
Views: 1412

Rotate table

https://mail.google.com/mail/u/0?ui=2&ik=f24de986f3&attid=0.1&permmsgid=msg-f:1661605873286911692&th=170f35bcf9f816cc&view=fimg&sz=s0-l75-ft&attbid=ANGjdJ96qL4vH5Kfqqv_d2oV2wzh2XqdqnWln6hl6vhWD6bhnhLTBhTQBY5Q1nfQ4B-SVU4b3KTTQZJ2yOi0MJrzrl7A5At1VGtck4vaCD-aFVMVFI_uAft6DLJ...
by sampits
05 Mar 2020, 16:05
Forum: General questions
Topic: How to disable/enable IK_group or IK_element during simulation ?
Replies: 2
Views: 1112

Re: How to disable/enable IK_group or IK_element during simulation ?

Hello , I am trying to control manipulator. So IK_group is used now. But during simulation, sometime Joint mode control is needed. Then I think, first disable IK_group, second change joint mode to torque/force. After this, I can control each Joint. Am I right? I checked these 3 methods. But doesn't...
by sampits
04 Mar 2020, 11:13
Forum: General questions
Topic: Glue objects
Replies: 5
Views: 1474

Re: Glue objects

Its done thank you :)
used the sim.groupShapes
by sampits
03 Mar 2020, 16:02
Forum: General questions
Topic: Glue objects
Replies: 5
Views: 1474

Re: Glue objects

Shapes can be grouped: Two or more simple shapes or compound shapes can however be grouped ([Menu bar --> Edit --> Grouping/Merging --> Group selected shapes]) or ungrouped ([Menu bar --> Edit --> Grouping/Merging --> Ungroup selected shapes]). I only create the shapes after the simulation starts, ...
by sampits
03 Mar 2020, 14:41
Forum: General questions
Topic: Glue objects
Replies: 5
Views: 1474

Glue objects

Hello, i´m doing a project where i create a frame of a table with different objects(cuboids)as seen in the image:https://gyazo.com/9d6b4e8d793ea978406097eeab3193a4 Now after i create this frame i want to pick it up all togheter but obviously they are all diferent objects so i can´t do that. Is there...
by sampits
27 Feb 2020, 16:32
Forum: General questions
Topic: object creation
Replies: 4
Views: 1253

Re: object creation

It worked thanks!!
by sampits
27 Feb 2020, 16:21
Forum: General questions
Topic: setup connection with vrep via 2 clients simultaneously
Replies: 6
Views: 1749

Re: setup connection with vrep via 2 clients simultaneously

I think you should start by reading this https://www.coppeliarobotics.com/helpFi ... erview.htm, ive never connected with c++ but ive done a ton with matlab and i´m guessing its similar.
by sampits
27 Feb 2020, 15:47
Forum: General questions
Topic: object creation
Replies: 4
Views: 1253

Re: object creation

I was indeed using a non-threaded child script but now i have changed to a threaded child script and the problem still happens
by sampits
27 Feb 2020, 12:19
Forum: General questions
Topic: object creation
Replies: 4
Views: 1253

object creation

Hi im using this code to create objects infinitely once in a while local CULLED_BACKFACES=1 local VISIBLE_EDGES=2 local APPEAR_SMOOTH=4 local RESPONDABLE_SHAPE=8 local STATIC_SHAPE=16 local CYL_OPEN_ENDS=32 local tblSize={0.06,0.06,0.06}--cube size while true do local hndShape=sim.createPureShape(0,...