Minor cleanups to body and joint compilers.

PiperOrigin-RevId: 664824939
Change-Id: I6014ff10683849e2926f1b1c8df8b6862192cd00
This commit is contained in:
Yuval Tassa
2024-08-19 08:42:05 -07:00
committed by Copybara-Service
parent 0fa39164f7
commit 4aab00fa2d
2 changed files with 27 additions and 34 deletions
+1 -1
View File
@@ -336,7 +336,7 @@ class mjCBody : public mjCBody_, private mjsBody {
mjCBody& operator=(const mjCBody& other); // copy assignment
void Compile(void); // compiler
void GeomFrame(void); // get inertial info from geoms
void InertiaFromGeom(void); // get inertial info from geoms
// objects allocated by Add functions
std::vector<mjCBody*> bodies; // child bodies