File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
include/mujoco/experimental/usd/mjcPhysics
src/experimental/usd/mjcPhysics Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ class SdfAssetPath;
40
40
41
41
// / \class MjcPhysicsMaterialAPI
42
42
// /
43
- // / API providing extension attributes to represent physicsl MuJoCo materials.
43
+ // / API providing extension attributes to represent physical MuJoCo materials.
44
44
// /
45
45
class MjcPhysicsMaterialAPI : public UsdAPISchemaBase {
46
46
public:
Original file line number Diff line number Diff line change @@ -528,7 +528,7 @@ class "MjcJointAPI" (
528
528
}
529
529
530
530
class "MjcMaterialAPI" (
531
- doc = "API providing extension attributes to represent physicsl MuJoCo materials."
531
+ doc = "API providing extension attributes to represent physical MuJoCo materials."
532
532
)
533
533
{
534
534
uniform double mjc:rollingfriction = 0.0001 (
Original file line number Diff line number Diff line change @@ -1017,7 +1017,7 @@ class "MjcMaterialAPI"
1017
1017
customData = {
1018
1018
string className = "MaterialAPI"
1019
1019
}
1020
- doc = """API providing extension attributes to represent physicsl MuJoCo materials."""
1020
+ doc = """API providing extension attributes to represent physical MuJoCo materials."""
1021
1021
1022
1022
inherits = </APISchemaBase>
1023
1023
)
You can’t perform that action at this time.
0 commit comments