Search found 32 matches

by Fery64
29 Nov 2022, 13:21
Forum: General questions
Topic: Programme
Replies: 5
Views: 866

Re: Programme

hello fferri Thank you for your reply!! So I have a conveyerbelt with a proximitysensor, on top of the belt there is a cube. If the sensor detects the cube, the belt has to stop. I am really struggling with this. I think you might need to get the handle of conveyour and put the movement option to f...
by Fery64
24 Nov 2022, 11:34
Forum: General questions
Topic: Controls the direction of the end actuator
Replies: 2
Views: 612

Re: Controls the direction of the end actuator

I think you need to interpolate to Q matrices considering certain Pose for the end effector on the trajectory
by Fery64
22 Nov 2022, 12:14
Forum: General questions
Topic: ZeroMQ for Matlab with OOP error
Replies: 5
Views: 856

Re: ZeroMQ for Matlab with OOP error

Why do I get this error? Shall you help with this? this is the main topic of my question : Output argument "varargout{2}" (and possibly others) not assigned a value in the execution with "RemoteAPIObject/subsref" function. Error in VrepConnectorZMQ (line 21) [~,obj.robot_joints(i...
by Fery64
21 Nov 2022, 22:25
Forum: General questions
Topic: Object Quaternion on ZMQ???
Replies: 1
Views: 416

Object Quaternion on ZMQ???

Hi All Since in most answers, I am inspired to use ZMQ libraray, I tried to look into its libraray elements: there are no phrases in common with the remAPI!!! so how should I know which function I need to use???!!! http://api.zeromq.org/master:_start There is no seach button in its website, and no w...
by Fery64
21 Nov 2022, 22:11
Forum: General questions
Topic: Could someone Explain these functions?
Replies: 1
Views: 438

Could someone Explain these functions?

Hi All In an example code, I have these two functions. What I don't understand is the if clauses: if b==sim.handle_parent then >> What does it mean? if b is parent of what?? b=sim.getObjectParent(a) >>>> Then if we getObjectParent of a and put it in b? why ? what happens to b then? What is this then...
by Fery64
21 Nov 2022, 10:08
Forum: General questions
Topic: ZeroMQ for Matlab with OOP error
Replies: 5
Views: 856

Re: ZeroMQ for Matlab with OOP error

I am only trying to get the joint names, in order to later in the code use them to assign joint velocity. but it is not the matter now, the problem is that I get error in Matlab over the getObject command when using ZeroMQ command and I think when I say it's not clear to me, "looks clear to me&...
by Fery64
21 Nov 2022, 10:07
Forum: General questions
Topic: What is the exact process of installing ZeroMQ for Matlab?
Replies: 3
Views: 665

Re: What is the exact process of installing ZeroMQ for Matlab?

Well in all my previous questions that I used remAPI I was reccommended to use ZeroMQ
by Fery64
21 Nov 2022, 09:12
Forum: General questions
Topic: How to reorient the Gripper using the robot joints to pick up?
Replies: 4
Views: 588

Re: How to reorient the Gripper using the robot joints to pick up?

My main question was the topic of the question : Using only trajectory planning, the gripper does not orient correctly towards the object to pick it up. How should I do that?
by Fery64
20 Nov 2022, 20:06
Forum: General questions
Topic: What is the exact process of installing ZeroMQ for Matlab?
Replies: 3
Views: 665

What is the exact process of installing ZeroMQ for Matlab?

Hi All Given the explanations in this link are so scarce on https://www.coppeliarobotics.com/helpFiles/en/zmqRemoteApiOverview.htm and the comments on this link in Mathworks show that the installation of ZeroMQ is not that easy. https://de.mathworks.com/matlabcentral/answers/269061-how-do-i-integrat...
by Fery64
20 Nov 2022, 17:46
Forum: General questions
Topic: ZeroMQ for Matlab with OOP error
Replies: 5
Views: 856

ZeroMQ for Matlab with OOP error

Hi All I am changing my code from remAPI to ZeroMQ and I am facing an error when I try to write it in Object Oriented Programming style classdef VrepConnectorZMQ properties sim; %Similar to fd client; %Used for server connection and server requests robot_joints = [] %List of joint handles %Integrati...