Error with ry, rx

Issue #62 resolved
geraldb created an issue

robot disappears when we use rx or ry. rz px py pz are working

specs are attached, run with ./scl_gc_ctrl ../../specs/EmelArm/EmelArmCfg.xml EmelArmBot

Thank you!!

Comments (9)

  1. Kenji Hata

    Currently, SCL assigns RX and RY as RZ joints. This is because of how the if-elseif-else is structured. It checks for px,py,pz,rx,ry,sp, and defaults to rz if not any of the other types. There is something wrong with the recognition of the rx and ry.

  2. Samir Menon repo owner

    @ Gerald : Your robot's inertias are invalid. Hence it doesn't work.

    @ Kenji : The joints work. Try gc with the Pend6 bot...

  3. Samir Menon repo owner
    • changed status to open

    Also Pr2 has rx, ry and rz joints.. It works.

    Reassigning to Kenji. Please look into the root cause and close.

  4. Kenji Hata

    I figured it out! Most likely you have a mass-properties problem. Make sure your inertias are in the correct direction, your COM is correct, etc.

  5. Log in to comment