feat: make the constraints regularization coefficients configurable with angular frequency instead of explicit ERP
This commit is contained in:
committed by
Sébastien Crozet
parent
62379de9ec
commit
fdd935dbf1
@@ -333,7 +333,8 @@ impl OneBodyConstraintBuilder {
|
||||
}
|
||||
}
|
||||
|
||||
constraint.cfm_factor = if is_fast_contact { 1.0 } else { cfm_factor };
|
||||
constraint.cfm_factor = cfm_factor;
|
||||
// constraint.cfm_factor = if is_fast_contact { 1.0 } else { cfm_factor };
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user