Minor cleanups to body and joint compilers.
PiperOrigin-RevId: 664824939 Change-Id: I6014ff10683849e2926f1b1c8df8b6862192cd00
This commit is contained in:
committed by
Copybara-Service
parent
0fa39164f7
commit
4aab00fa2d
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user