Skip to content

Commit 9ff2ce7

Browse files
committed
Automatic evaluation of cfrc_ext
1 parent e5d3d78 commit 9ff2ce7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mujoco_py/mjsim.pyx

+1
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ cdef class MjSim(object):
127127
for _ in range(self.nsubsteps):
128128
self.substep_callback()
129129
mj_step(self.model.ptr, self.data.ptr)
130+
mj_rnePostConstraint(self.model.ptr, self.data.ptr)
130131

131132
def render(self, width=None, height=None, *, camera_name=None, depth=False,
132133
mode='offscreen', device_id=-1):

0 commit comments

Comments
 (0)