Fix typo.
PiperOrigin-RevId: 475014408 Change-Id: I2dd467d12905f640ee6fa131fdee059a89e01ccc
This commit is contained in:
committed by
Copybara-Service
parent
a86fc66f1a
commit
142c0eb200
@@ -36,7 +36,7 @@ using PipelineTest = MujocoTest;
|
||||
|
||||
|
||||
// Joint and actuator damping should integrate identically under implicit
|
||||
TEST_F(PipelineTest, SparseDenseEqivalent) {
|
||||
TEST_F(PipelineTest, SparseDenseEquivalent) {
|
||||
const std::string xml_path = GetTestDataFilePath(kDefaultModel);
|
||||
mjModel* model = mj_loadXML(xml_path.c_str(), nullptr, nullptr, 0);
|
||||
mjData* data = mj_makeData(model);
|
||||
|
||||
Reference in New Issue
Block a user