You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,22 @@
1
1
# Changelog
2
2
All notable changes to this project are documented in this file.
3
3
4
+
## [0.8.0] - 2023-11-15
5
+
### Added
6
+
- Add the configuration files to run the walking controller on `ergoCubGazeboV1_1` (https://github.com/robotology/walking-controllers/pull/152)
7
+
- Add the configuration files to run the walking controller on `ergoCubSN001` (https://github.com/robotology/walking-controllers/pull/153)
8
+
9
+
### Changed
10
+
- Implement `populateData` lambda function to easily populate the `BipedalLocomotion::VectorsCollection` (https://github.com/robotology/walking-controllers/pull/147)
11
+
- Tune the parameters for `ergoCubSN000` (https://github.com/robotology/walking-controllers/pull/149https://github.com/robotology/walking-controllers/pull/157)
12
+
13
+
### Fixed
14
+
- Fix non initialized variable used to remove the ZMP offset (https://github.com/robotology/walking-controllers/pull/149)
15
+
16
+
### Removed
17
+
- Removed deprecated IK solvers (https://github.com/robotology/walking-controllers/pull/150)
0 commit comments