Improve pipeline documentation, expose mj_implicit function to public header.
PiperOrigin-RevId: 586380774 Change-Id: I3fafa563ebc852e17e1233288455b96f4499027b
This commit is contained in:
committed by
Copybara-Service
parent
2f37147fc0
commit
822b03446c
@@ -6461,6 +6461,9 @@ public static unsafe extern void mj_Euler(mjModel_* m, mjData_* d);
|
||||
[DllImport("mujoco", CallingConvention = CallingConvention.Cdecl)]
|
||||
public static unsafe extern void mj_RungeKutta(mjModel_* m, mjData_* d, int N);
|
||||
|
||||
[DllImport("mujoco", CallingConvention = CallingConvention.Cdecl)]
|
||||
public static unsafe extern void mj_implicit(mjModel_* m, mjData_* d);
|
||||
|
||||
[DllImport("mujoco", CallingConvention = CallingConvention.Cdecl)]
|
||||
public static unsafe extern void mj_invPosition(mjModel_* m, mjData_* d);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user