Skip to content

Commit

Permalink
Update model path in BaseEstimatorFromFootIMUTest to use iCubGenova02
Browse files Browse the repository at this point in the history
  • Loading branch information
GiulioRomualdi committed Dec 18, 2024
1 parent ec8a8cf commit 4a13345
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ TEST_CASE("BaseEstimatorFromFootIMU")
REQUIRE(populateConfig(parameterHandler, footFrameName));

// Load the reduced iDynTree model to be passed to the estimator
const std::string model_path = iCubModels::getModelFile("iCubGazeboV3");
const std::string model_path = iCubModels::getModelFile("iCubGenova02");
std::vector<std::string> joints_list
= {"neck_pitch", "neck_roll", "neck_yaw", "torso_pitch",
"torso_roll", "torso_yaw", "l_shoulder_pitch", "l_shoulder_roll",
Expand Down

0 comments on commit 4a13345

Please sign in to comment.