Search found 6 matches

by Furkan Coskuner
29 Nov 2022, 11:33
Forum: General questions
Topic: How can I plugin or add to intel realsens depth camera?
Replies: 1
Views: 572

How can I plugin or add to intel realsens depth camera?

Hello Everyone
I used to vision sensor in my project.I want to use depth camera instead of vision sensor.Is it possible plugin or add to depth camera in coppeliasim?
Cheers
by Furkan Coskuner
01 Nov 2022, 15:40
Forum: General questions
Topic: sim.moveToPose (error code:rawReq = cbor.dumps(req)
Replies: 2
Views: 310

Re: sim.moveToPose (error code:rawReq = cbor.dumps(req)

Hello
Thank your for response .I solved my problem.
Cheers
by Furkan Coskuner
28 Oct 2022, 15:36
Forum: General questions
Topic: sim.moveToPose (error code:rawReq = cbor.dumps(req)
Replies: 2
Views: 310

sim.moveToPose (error code:rawReq = cbor.dumps(req)

Hello Everyone I am working with sim.moveToPose function.(ZeroMQ remote api-PYTHON) When I used to sim.moveToPose like below code.I do not take any error code. def moveToPose_AI(position_ai,quaternion_ai): maxVel_AI = 1 maxAccel_AI = 1 maxJerk_AI= 80 position_AI=[position_ai[0],position_ai[1],positi...
by Furkan Coskuner
15 Aug 2022, 08:59
Forum: General questions
Topic: How can I get to rotation vector(1*3) inside transformation matrix?
Replies: 1
Views: 642

How can I get to rotation vector(1*3) inside transformation matrix?

Hello I use sim.getObjectMatrix in lua. This code return transformation matrix(4*3).I know to rotation matrix (3*3)inside to transformaton matrix.However I need to rotation vector(1*3). How can I get to rotation vector(1*3) inside transformation matrix? Which code use for this problem in lua? Cheers
by Furkan Coskuner
25 Jul 2022, 19:30
Forum: General questions
Topic: Looking for ZeroMQ remote API(python) video tutorial or course
Replies: 1
Views: 295

Looking for ZeroMQ remote API(python) video tutorial or course

Hello everyone
I want to use zeroMQ remote api(python) in my project. Do you know any video tutorial or course about zeroMQ remote api(python)?
Best regards.
by Furkan Coskuner
15 Jun 2022, 14:30
Forum: General questions
Topic: How import to checkerboard or create checkerboard
Replies: 1
Views: 220

How import to checkerboard or create checkerboard

Hello
I want to import checkerboard(png).How can I do?
If checkerboard is not import How can I create in coppeliasim?