Update comment in engine_forward_test.cc.
PiperOrigin-RevId: 799550233 Change-Id: I75840bdcb94d4b10962f1fff5a225a6fe5bc0672
This commit is contained in:
committed by
Copybara-Service
parent
debfdf011e
commit
1ac51cf2a5
@@ -394,7 +394,7 @@ TEST_F(ImplicitIntegratorTest, JointActuatorEquivalent) {
|
||||
EXPECT_GT(fabs(data->qpos[0]-data->qpos[2]), 1e-4);
|
||||
EXPECT_GT(fabs(data->qpos[1]-data->qpos[3]), 1e-4);
|
||||
|
||||
// reset, take 1000 steps with implicit
|
||||
// reset, take 10 steps with implicit
|
||||
mj_resetData(model, data);
|
||||
model->opt.integrator = mjINT_IMPLICIT;
|
||||
for (int i=0; i < 10; i++) {
|
||||
|
||||
Reference in New Issue
Block a user