Fix typo in sdf plugin readme.

PiperOrigin-RevId: 595404942
Change-Id: I43eb079779538e4ff82d0f549b5a49819ebcd9cb
This commit is contained in:
Kevin Zakka
2024-01-03 08:08:48 -08:00
committed by Copybara-Service
parent 8d1b05bbd2
commit 2940b934fe
+1 -1
View File
@@ -95,6 +95,6 @@ class MySDF {
mjtNum attribute[MySDFAttribute::nattribute];
private:
Torus(const mjModel* m, mjData* d, int instance);
MySDF(const mjModel* m, mjData* d, int instance);
};
```