Search found 39 matches

by zhangm365
13 Jan 2022, 12:51
Forum: General questions
Topic: How to show the trajectory curve of the end-effector of manipulator?
Replies: 6
Views: 1390

How to show the trajectory curve of the end-effector of manipulator?

HELLO,

How to display the trajectory curve of the end-effector of manipulator in the latest version of the software (V4.2) ?
by zhangm365
05 Jan 2022, 10:20
Forum: General questions
Topic: How to optimize the control of manipulator
Replies: 14
Views: 5458

Re: How to use the customed algorithm to calculate IK of manipulator

As my first problem of statement, As the build-in cals.method, simIK.setIkGroupCalculation(ikEnv,ikGroup,simIK.method_damped_least_squares,1.1,10) How to use a customed algorithm embedded in the script of the scene to calculate the IK of the manipulator? I want to replace the DLS cals.method with my...
by zhangm365
05 Jan 2022, 03:58
Forum: General questions
Topic: How to optimize the control of manipulator
Replies: 14
Views: 5458

Re: How to optimize the control of manipulator

oh. That is just the matirx norm. For example,the function norm in matlab.
Thanks.
by zhangm365
04 Jan 2022, 09:38
Forum: General questions
Topic: How to optimize the control of manipulator
Replies: 14
Views: 5458

Re: How to optimize the control of manipulator

OK, Besides, How to solve the second norm of a matrix in LUA script? I only find the vector norm of this vector in file (matrix.lua).
Thanks.
by zhangm365
21 Dec 2021, 09:11
Forum: General questions
Topic: How to optimize the control of manipulator
Replies: 14
Views: 5458

Re: How to optimize the control of manipulator

Thanks.
The DLS method beside the damping, that is ,the least squares method, it makes the sum of squares of the error between the obtained data and the actual data to be minimum? i.e, \(\min\limits_b{||y_m(b) - y||}^2_2\)
by zhangm365
20 Dec 2021, 09:29
Forum: General questions
Topic: How to optimize the control of manipulator
Replies: 14
Views: 5458

Re: How to optimize the control of manipulator

OK, Thanks for your patience.
Beside, I would like to ask how this calculation method ( DLS ) calculates the position of the manipulator arm?
by zhangm365
07 Dec 2021, 09:10
Forum: General questions
Topic: How to optimize the control of manipulator
Replies: 14
Views: 5458

Re: How to optimize the control of manipulator

Thanks your reply.
How to bind dummy tip(attached to the end of the manipulator) and target in IK Env?
Beside, the Coppeliasim's script support matrix operations or to load the matrix lib from https://github.com/davidm/lua-matrix
by zhangm365
03 Dec 2021, 08:31
Forum: General questions
Topic: How to optimize the control of manipulator
Replies: 14
Views: 5458

Re: How to optimize the control of manipulator

Yes, I'm using the V3.6.2. As shown in the screenshot above, how to specify the calculation method(i.e.DLS) of inverse kinematics in the latest version(V4.2.0) as in the previous version? In addition, how to represent some constraint variables of the manipulator, such as damping, joint limits, etc.,...
by zhangm365
29 Nov 2021, 12:38
Forum: General questions
Topic: How to optimize the control of manipulator
Replies: 14
Views: 5458

How to optimize the control of manipulator

Dear every senior: Now, I am using the Haptic Device to control the manipulator(i.e, LBR_iiwa_7_R800), the inverse kinematic setting of the Coppeliasim are as follows: https://picture2url.oss-cn-shenzhen.aliyuncs.com/dls.png?versionId=CAEQJBiBgMCAq42w6xciIDQzMjMwYWFkNDIxZDRkMWY5ZjA1Yjg2NGUwYjMyNDlk ...
by zhangm365
10 Jul 2021, 09:42
Forum: General questions
Topic: How to use the haptic device(TOUCH) to control the KUKA LBR_iiwa_7_R800 ?
Replies: 19
Views: 6608

Re: How to use the haptic device(TOUCH) to control the KUKA LBR_iiwa_7_R800 ?

Then, how to use the haptic device(TOUCH) to control the KUKA LBR_iiwa_7_R800 ?
How to continue this task?