add infrastructure float btMultiBodyLink m_jointDamping, m_jointFriction (actual damping/friction is in a separate commit)
add door.urdf for testing damping/friction
This commit is contained in:
@@ -85,6 +85,8 @@ struct b3JointInfo
|
||||
int m_uIndex;
|
||||
int m_jointIndex;
|
||||
int m_flags;
|
||||
double m_jointDamping;
|
||||
double m_jointFriction;
|
||||
};
|
||||
|
||||
struct b3JointSensorState
|
||||
|
||||
Reference in New Issue
Block a user