Clean up engine_core_util
PiperOrigin-RevId: 814709359 Change-Id: If4ec66808e7de51e16b772afdb8485fa4ff30030
This commit is contained in:
committed by
Copybara-Service
parent
b5c35f87fc
commit
18779ab54a
@@ -23,6 +23,9 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
|
||||
//-------------------------- model properties ------------------------------------------------------
|
||||
|
||||
// determine type of friction cone
|
||||
MJAPI int mj_isPyramidal(const mjModel* m);
|
||||
|
||||
@@ -125,11 +128,6 @@ MJAPI void mj_contactForce(const mjModel* m, const mjData* d, int id, mjtNum res
|
||||
// high-level warning function: count warnings in mjData, print only the first time
|
||||
MJAPI void mj_warning(mjData* d, int warning, int info);
|
||||
|
||||
// extract 6D force:torque for one contact, in contact frame
|
||||
MJAPI void mj_contactForce(const mjModel* m, const mjData* d, int id, mjtNum result[6]);
|
||||
|
||||
// set default solver parameters
|
||||
MJAPI void mj_defaultSolRefImp(mjtNum* solref, mjtNum* solimp);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user