robotoc icon indicating copy to clipboard operation
robotoc copied to clipboard

Contact surface

Open mayataka opened this issue 3 years ago • 1 comments

The current implementation assumes that the contact surface is just the ground, i.e., its normal vector is z-axis and the height is zero. The class

  • [ ] ContactSurface

must be implemented, which contains information regarding the contact, .e.g, the normal vector and the height from the ground. Accordingly, PointContact, Robot, or FrictionCone must also be modified.

mayataka avatar Oct 22 '21 02:10 mayataka

Now ContactStatus and ImpulseStatus are included in arguments of the cost and constraints, we should focus on how to implement ContactSurface in ContactStatus and ImpulseStatus.

mayataka avatar Nov 10 '21 03:11 mayataka