DAIRLab / dairlib

MIT License
65 stars 26 forks source link

Fix bugs in WorldPointEvaluator and CassieFixedPointSolver #290

Closed yminchen closed 2 years ago

yminchen commented 2 years ago

Thanks Diego for catching the bug in WorldPointEvaluator!

This PR fix a bug in the rotation matrix creation from ground normal direction in WorldPointEvaluator. Another bug related to ground incline was found in CassieFixedPointSolver during testing.

New changes were tested and visualized in cassie sim.

This change is Reviewable