Actions
Pull request #1168
openRobot stability
Status:
New
Priority:
High
Assignee:
Guilhem Buisan
Repository URL:
Description
This pull request adds method to compute robot center of mass and static stability (support polygon) to move4d. It uses new libmove3d v4.1 (adds mass information from urdf).
There is a new cost function "Stability" for debug purpose mostly, and a the Stability class has a constraint function that can be used as a inequality constraint for NL optimization algorithms.
branch is move4d : ft1167
related to feature #1167
Updated by Guilhem Buisan almost 7 years ago
Maybe add a "Constraint" base class from which "Stability" class can inherit. This base class could have "check" and "cost" functions.
Updated by Jules Waldhart almost 7 years ago
Good idea, maybe, but not related to this pull-request. I'll add a feature tracker for that.
Actions