Skip to content

Commit 6ac0073

Browse files
Merge branch 'master' into devel
2 parents 423a78e + 1f969c5 commit 6ac0073

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@ All notable changes to this project are documented in this file.
2424
- `WalkingModule`
2525
- Tune gains for iCubGenova04
2626

27+
## [0.3.3] - 2020-11-23
28+
### Added
29+
30+
### Changed
31+
- Including Eigen as a private dependency in all targets using EigenHelpers (https://github.com/robotology/walking-controllers/pull/62)
32+
- Copied the parameters of hand_retargeting in joypad_control (https://github.com/robotology/walking-controllers/pull/63)
33+
2734
## [0.3.2] - 2020-03-21
2835
### Changed
2936
- Add missing includes in `TimeProfiler` (https://github.com/robotology/walking-controllers/pull/60)
@@ -105,7 +112,8 @@ All notable changes to this project are documented in this file.
105112
- Implement the first version of the `WalkingJoypadModule`
106113

107114
[Unreleased]: https://github.com/robotology/walking-controllers/compare/v0.4.0...devel
108-
[0.4.0]: https://github.com/robotology/walking-controllers/compare/v0.3.2...v0.4.0
115+
[0.4.0]: https://github.com/robotology/walking-controllers/compare/v0.3.3...v0.4.0
116+
[0.3.3]: https://github.com/robotology/walking-controllers/compare/v0.3.2...v0.3.3
109117
[0.3.2]: https://github.com/robotology/walking-controllers/compare/v0.3.1...v0.3.2
110118
[0.3.1]: https://github.com/robotology/walking-controllers/compare/v0.3.0...v0.3.1
111119
[0.3.0]: https://github.com/robotology/walking-controllers/compare/v0.2.0...v0.3.0

src/SimplifiedModelControllers/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ if(WALKING_CONTROLLERS_COMPILE_SimplifiedModelControllers)
3131
WalkingControllers::YarpUtilities
3232
WalkingControllers::iDynTreeUtilities
3333
osqp::osqp
34-
OsqpEigen::OsqpEigen)
34+
OsqpEigen::OsqpEigen
35+
Eigen3::Eigen)
3536

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

0 commit comments

Comments
 (0)