Skip to content

Commit 39fb599

Browse files
🚀 Release 0.8.0
1 parent 231d1e4 commit 39fb599

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
# Changelog
22
All notable changes to this project are documented in this file.
33

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/149 https://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)
18+
- Remove qpOASES dependency (https://github.com/robotology/walking-controllers/pull/156)
19+
420
## [0.7.0] - 2023-03-07
521
### Added
622
- Now the IK problem can be solved by `BipedaLocomotion::IK::QPInverseKinematics` (https://github.com/robotology/walking-controllers/pull/118)
@@ -173,6 +189,7 @@ All notable changes to this project are documented in this file.
173189
- Implement the first version of the `WalkingLoggerModule`
174190
- Implement the first version of the `WalkingJoypadModule`
175191

192+
[0.8.0]: https://github.com/robotology/walking-controllers/compare/v0.7.0...v0.8.0
176193
[0.7.0]: https://github.com/robotology/walking-controllers/compare/v0.6.1...v0.7.0
177194
[0.6.1]: https://github.com/robotology/walking-controllers/compare/v0.5.2..v0.6.1
178195
[0.5.2]: https://github.com/robotology/walking-controllers/compare/v0.5.1..v0.5.2

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.5)
66

77
## MAIN project
88
project(WalkingControllers
9-
VERSION 0.7.100)
9+
VERSION 0.8.0)
1010

1111
# Defines the CMAKE_INSTALL_LIBDIR, CMAKE_INSTALL_BINDIR and many other useful macros.
1212
# See https://cmake.org/cmake/help/latest/module/GNUInstallDirs.html

0 commit comments

Comments
 (0)