Skip to content

Commit

Permalink
Merge branch 'master' into devel
Browse files Browse the repository at this point in the history
  • Loading branch information
GiulioRomualdi authored Dec 1, 2020
2 parents 423a78e + 1f969c5 commit 6ac0073
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ All notable changes to this project are documented in this file.
- `WalkingModule`
- Tune gains for iCubGenova04

## [0.3.3] - 2020-11-23
### Added

### Changed
- Including Eigen as a private dependency in all targets using EigenHelpers (https://github.com/robotology/walking-controllers/pull/62)
- Copied the parameters of hand_retargeting in joypad_control (https://github.com/robotology/walking-controllers/pull/63)

## [0.3.2] - 2020-03-21
### Changed
- Add missing includes in `TimeProfiler` (https://github.com/robotology/walking-controllers/pull/60)
Expand Down Expand Up @@ -105,7 +112,8 @@ All notable changes to this project are documented in this file.
- Implement the first version of the `WalkingJoypadModule`

[Unreleased]: https://github.com/robotology/walking-controllers/compare/v0.4.0...devel
[0.4.0]: https://github.com/robotology/walking-controllers/compare/v0.3.2...v0.4.0
[0.4.0]: https://github.com/robotology/walking-controllers/compare/v0.3.3...v0.4.0
[0.3.3]: https://github.com/robotology/walking-controllers/compare/v0.3.2...v0.3.3
[0.3.2]: https://github.com/robotology/walking-controllers/compare/v0.3.1...v0.3.2
[0.3.1]: https://github.com/robotology/walking-controllers/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/robotology/walking-controllers/compare/v0.2.0...v0.3.0
Expand Down
3 changes: 2 additions & 1 deletion src/SimplifiedModelControllers/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ if(WALKING_CONTROLLERS_COMPILE_SimplifiedModelControllers)
WalkingControllers::YarpUtilities
WalkingControllers::iDynTreeUtilities
osqp::osqp
OsqpEigen::OsqpEigen)
OsqpEigen::OsqpEigen
Eigen3::Eigen)

add_library(WalkingControllers::${LIBRARY_TARGET_NAME} ALIAS ${LIBRARY_TARGET_NAME})

Expand Down

0 comments on commit 6ac0073

Please sign in to comment.