Skip to content

Commit

Permalink
RobotDynamicsEstimator - Remove outdated tests - PR2 (#742)
Browse files Browse the repository at this point in the history
  • Loading branch information
isorrentino authored Oct 25, 2023
1 parent 935657d commit 67757b8
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 1,753 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ All notable changes to this project are documented in this file.
- Remove the possibility to disable the telemetry in `System::AdvanceableRunner` (https://github.com/ami-iit/bipedal-locomotion-framework/pull/726)
- Change implementation of classes used in `RobotDynamicsEstimator` to optimize performance (https://github.com/ami-iit/bipedal-locomotion-framework/pull/731)
- CMake: Permit to explictly specify Python installation directory by setting the `FRAMEWORK_PYTHON_INSTALL_DIR` CMake variable (https://github.com/ami-iit/bipedal-locomotion-framework/pull/741)
- Remove outdated tests for `RobotDynamicsEstimator` library (https://github.com/ami-iit/bipedal-locomotion-framework/pull/742)

## [0.15.0] - 2023-09-05
### Added
Expand Down

This file was deleted.

65 changes: 0 additions & 65 deletions src/Estimators/tests/RobotDynamicsEstimator/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,6 @@ if(FRAMEWORK_USE_icub-models AND FRAMEWORK_COMPILE_YarpImplementation)
BipedalLocomotion::ParametersHandlerYarpImplementation
icub-models::icub-models)

add_bipedal_test(NAME SubModelKinDynWrapper
SOURCES SubModelKinDynWrapperTest.cpp
LINKS BipedalLocomotion::RobotDynamicsEstimator
BipedalLocomotion::ParametersHandler
BipedalLocomotion::ParametersHandlerYarpImplementation
BipedalLocomotion::ManifConversions
BipedalLocomotion::Math
icub-models::icub-models
Eigen3::Eigen
MANIF::manif
)

add_bipedal_test(NAME ZeroVelocityStateDynamics
SOURCES ZeroVelocityStateDynamicsTest.cpp
LINKS BipedalLocomotion::RobotDynamicsEstimator
Expand All @@ -41,59 +29,6 @@ if(FRAMEWORK_USE_icub-models AND FRAMEWORK_COMPILE_YarpImplementation)
Eigen3::Eigen
BipedalLocomotion::ManifConversions)

add_bipedal_test(NAME JointVelocityStateDynamics
SOURCES JointVelocityStateDynamicsTest.cpp
LINKS BipedalLocomotion::RobotDynamicsEstimator
BipedalLocomotion::ParametersHandler
BipedalLocomotion::ParametersHandlerYarpImplementation
BipedalLocomotion::System
icub-models::icub-models
Eigen3::Eigen
MANIF::manif
BipedalLocomotion::ManifConversions)

add_bipedal_test(NAME AccelerometerMeasurementDynamics
SOURCES AccelerometerMeasurementDynamicsTest.cpp
LINKS BipedalLocomotion::RobotDynamicsEstimator
BipedalLocomotion::ParametersHandler
BipedalLocomotion::ParametersHandlerYarpImplementation
BipedalLocomotion::System
icub-models::icub-models
Eigen3::Eigen
MANIF::manif
BipedalLocomotion::ManifConversions)

add_bipedal_test(NAME GyroscopeMeasurementDynamics
SOURCES GyroscopeMeasurementDynamicsTest.cpp
LINKS BipedalLocomotion::RobotDynamicsEstimator
BipedalLocomotion::ParametersHandler
BipedalLocomotion::ParametersHandlerYarpImplementation
BipedalLocomotion::System
icub-models::icub-models
Eigen3::Eigen
MANIF::manif
BipedalLocomotion::ManifConversions)

add_bipedal_test(NAME FrictionTorqueStateDynamics
SOURCES FrictionTorqueStateDynamicsTest.cpp
LINKS BipedalLocomotion::RobotDynamicsEstimator
BipedalLocomotion::ParametersHandler
BipedalLocomotion::ParametersHandlerYarpImplementation
BipedalLocomotion::System
icub-models::icub-models
Eigen3::Eigen
BipedalLocomotion::ManifConversions)

add_bipedal_test(NAME UkfState
SOURCES UkfStateTest.cpp
LINKS BipedalLocomotion::RobotDynamicsEstimator
BipedalLocomotion::ManifConversions
BipedalLocomotion::ParametersHandler
BipedalLocomotion::ParametersHandlerYarpImplementation
icub-models::icub-models
BipedalLocomotion::System
Eigen3::Eigen)

include_directories(${CMAKE_CURRENT_BINARY_DIR})
configure_file("${CMAKE_CURRENT_SOURCE_DIR}/ConfigFolderPath.h.in" "${CMAKE_CURRENT_BINARY_DIR}/ConfigFolderPath.h" @ONLY)

Expand Down
Loading

0 comments on commit 67757b8

Please sign in to comment.