File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ def build(
247
247
The optional name of the model overriding the physics model name.
248
248
contact_model:
249
249
The contact model to consider.
250
- If not specified, a relaxed-constraints rigid contacts model is used.
250
+ If not specified, a soft contact model is used.
251
251
contact_params: The parameters of the contact model.
252
252
actuation_params: The parameters of the actuation model.
253
253
integrator: The integrator to use for the simulation.
@@ -282,7 +282,7 @@ def build(
282
282
contact_model = (
283
283
contact_model
284
284
if contact_model is not None
285
- else jaxsim .rbda .contacts .RelaxedRigidContacts .build ()
285
+ else jaxsim .rbda .contacts .SoftContacts .build ()
286
286
)
287
287
288
288
if contact_params is None :
You can’t perform that action at this time.
0 commit comments