Skip to content

ETS3/teach has an error when the robot has a prismatic joint #5

@amiao1017

Description

@amiao1017

Describe the bug
ETS3/teach has an error when the robot has a prismatic joint

To Reproduce

W1 = 0.109;
W2 = 0.082;
L1 = 0.425;
L2 = 0.392;
H1 = 0.089;
H2 = 0.095;

e = ETS3.Rz("q1")*ETS3.Tz(H1)*ETS3.Ty(W1)*ETS3.Ry("q2")ETS3.Tx(L1)...
ETS3.Ry("q3")*ETS3.Tx(L2)*ETS3.Ry("q4")*ETS3.Ry(pi)*ETS3.Tz("q5")*ETS3.Ty(W2)*ETS3.Tz(H2)*ETS3.Rx(-pi/2)

e.fkine([0 -pi/2 0 0 pi/2])
e.teach

Screenshots
image

when you use ETS3.Rz("q5") instead of ETS3.Tz("q5"), everything is ok.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions