Fix typo in mjcPhysics MjcMaterialAPI
PiperOrigin-RevId: 783750052 Change-Id: Ib829ae7ead7a33572e94ee0fe221da778b623f10
This commit is contained in:
committed by
Copybara-Service
parent
549a21c9c2
commit
3cc8d7f58a
@@ -40,7 +40,7 @@ class SdfAssetPath;
|
||||
|
||||
/// \class MjcPhysicsMaterialAPI
|
||||
///
|
||||
/// API providing extension attributes to represent physicsl MuJoCo materials.
|
||||
/// API providing extension attributes to represent physical MuJoCo materials.
|
||||
///
|
||||
class MjcPhysicsMaterialAPI : public UsdAPISchemaBase {
|
||||
public:
|
||||
|
||||
@@ -528,7 +528,7 @@ class "MjcJointAPI" (
|
||||
}
|
||||
|
||||
class "MjcMaterialAPI" (
|
||||
doc = "API providing extension attributes to represent physicsl MuJoCo materials."
|
||||
doc = "API providing extension attributes to represent physical MuJoCo materials."
|
||||
)
|
||||
{
|
||||
uniform double mjc:rollingfriction = 0.0001 (
|
||||
|
||||
@@ -1017,7 +1017,7 @@ class "MjcMaterialAPI"
|
||||
customData = {
|
||||
string className = "MaterialAPI"
|
||||
}
|
||||
doc = """API providing extension attributes to represent physicsl MuJoCo materials."""
|
||||
doc = """API providing extension attributes to represent physical MuJoCo materials."""
|
||||
|
||||
inherits = </APISchemaBase>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user