Skip to content

Commit

Permalink
Avoid using iCubGazeboV3 in baseEstimatorFromFootIMU
Browse files Browse the repository at this point in the history
  • Loading branch information
S-Dafarra committed Jan 13, 2025
1 parent a81da33 commit a9df589
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ All notable changes to this project are documented in this file.
- Some improvements on the YarpRobotLoggerDevice (https://github.com/ami-iit/bipedal-locomotion-framework/pull/910)
- Removed ROS1 device publisher and the corresponding example (https://github.com/ami-iit/bipedal-locomotion-framework/pull/910)
### Fixed
- Avoid using ``iCubGazeboV3`` model in ``BaseEstimatorFromFootIMU`` test (https://github.com/ami-iit/bipedal-locomotion-framework/pull/910)

## [0.20.0] - 2024-12-16
### Added
Expand Down
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("iCubGazeboV2_5");
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 a9df589

Please sign in to comment.