StanfordVL/BEHAVIOR-1K

Create JointPrims for fixed joints too, distinguish fixed and controllable joints via a controllable_joints member on controllable_object

開放

#343 建立於 2023年12月13日

 (0 則留言) (0 個反應) (0 位負責人)Python (222 個分叉)auto 404
enhancementgood first issue

倉庫指標

星標
 (1,604 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

Currently we can't create JointPrim objects for fixed joints because they show up in the .joints member of robots etc. which complicates a lot of math due to their 0 degrees of freedom.

Let's avoid this filtering by either adding a new member that only shows controllable joints and using it, OR even better, making all joint-based code work with variable #dof instead of just 1 dof per joint.

貢獻者指南