Skip to content

Commit

Permalink
Release v1.4 of the controller
Browse files Browse the repository at this point in the history
  • Loading branch information
Stéphane Caron committed Nov 18, 2019
1 parent 0fee3e3 commit 2042ba3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file.

## [v1.4] - 2019/11/18

### Fixed

- Stabilizer: distribute wrenches w.r.t. [measured rather than reference
CoM](https://github.com/stephane-caron/lipm_walking_controller/issues/28)

## [v1.3] - 2019/11/14

### Added
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ include(cmake/boost.cmake)
set(PROJECT_NAME lipm_walking_controller)
set(PROJECT_DESCRIPTION "Walking controller based on linear inverted pendulum tracking")
set(PROJECT_URL https://github.com/stephane-caron/lipm_walking_controller/)
set(PROJECT_VERSION 1.3.0)
set(PROJECT_VERSION 1.4.0)

project(${PROJECT_NAME}) # because setup_project() is not called

Expand Down
2 changes: 1 addition & 1 deletion doc/Doxyfile.extra.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ALIASES += controllerversion=1.3.0
ALIASES += controllerversion=1.4.0

FILE_PATTERNS = *.dox *.h *.cpp
INPUT = @PROJECT_SOURCE_DIR@/doc @PROJECT_SOURCE_DIR@/include @PROJECT_SOURCE_DIR@/src/states @PROJECT_SOURCE_DIR@/src
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package>
<name>lipm_walking_controller</name>
<version>1.3.0</version>
<version>1.4.0</version>
<description>Walking controller based on linear inverted pendulum tracking</description>
<maintainer email="[email protected]">Stéphane Caron</maintainer>
<license>LGPLv3</license>
Expand Down

0 comments on commit 2042ba3

Please sign in to comment.