Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Why does ETS2 produce a conj(a1) variable when computing symbolic forward kinematics #133

Open
@rojas70

Description

@rojas70

I have installed rtb10.4 and rvctools within Matlab 2023b.

Consider the simple 1 DoF robot prsented in Ch7 of the books.

  1. Import ETS2.*
  2. Create the symoblic variables q1 a1
  3. Create the chain via Rz(), Tx()
  4. Then compute fkine()
import ETS2.*syms a1 q1E = Rz(q1)*Tx(a1)E.fkine(0)

The result is:

[cos(q1), -sin(q1), conj(a1)*cos(q1)][sin(q1),  cos(q1), conj(a1)*sin(q1)][      0,        0,                1]

Why is there anconj(a1) in the translation components instead of ana1cos(q1) for example?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp