Browse Source

ode: add OdeBody.joints property

rdb 6 years ago
parent
commit
00b5faca2d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      panda/src/ode/odeBody.h

+ 1 - 0
panda/src/ode/odeBody.h

@@ -133,6 +133,7 @@ PUBLISHED:
   OdeJoint get_joint(int index) const;
   MAKE_SEQ(get_joints, get_num_joints, get_joint);
   EXTENSION(INLINE PyObject *get_converted_joint(int i) const);
+  MAKE_SEQ_PROPERTY(joints, get_num_joints, get_converted_joint);
 
   INLINE void enable();
   INLINE void disable();