Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ All notable changes to this project are documented in this file.

## [Unreleased]

## [0.4.1] - 2020-03-02
## [0.4.1] - 2020-02-04

### Added

### Changed
- Bugfix while resetting the hand smoother in the `RetargetingClient` (https://github.com/robotology/walking-controllers/pull/75)
- Fixed compilation if iDynTree 3 is used (https://github.com/robotology/walking-controllers/pull/77).
- Fixed compilation if iDynTree 3 is used (https://github.com/robotology/walking-controllers/pull/77, https://github.com/robotology/walking-controllers/pull/78).


## [0.4.0] - 2020-12-01
Expand Down
1 change: 1 addition & 0 deletions src/RobotInterface/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ if(WALKING_CONTROLLERS_COMPILE_RobotInterface)
target_link_libraries(${LIBRARY_TARGET_NAME} PUBLIC
WalkingControllers::YarpUtilities
WalkingControllers::iDynTreeUtilities
ctrlLib
PRIVATE Eigen3::Eigen)

add_library(WalkingControllers::${LIBRARY_TARGET_NAME} ALIAS ${LIBRARY_TARGET_NAME})
Expand Down
1 change: 1 addition & 0 deletions src/WalkingModule/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ if(WALKING_CONTROLLERS_COMPILE_WalkingModule)
WalkingControllers::WholeBodyControllers
WalkingControllers::RetargetingHelper
WalkingControllers::LoggerClient
ctrlLib
)

install(TARGETS ${EXE_TARGET_NAME} DESTINATION bin)
Expand Down