Skip to content

Commit

Permalink
Release v1.6 of the controller
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-caron committed Dec 11, 2019
1 parent 2863459 commit aae112f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

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

## Unreleased
## [v1.6] - 2019/12/11

### Added

- Footstep interpolator

### Fixed

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.5.0)
set(PROJECT_VERSION 1.6.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.5
ALIASES += controllerversion=1.6

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
4 changes: 2 additions & 2 deletions package.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0"?>
<package>
<name>lipm_walking_controller</name>
<version>1.5.0</version>
<version>1.6.0</version>
<description>Walking controller based on linear inverted pendulum tracking</description>
<maintainer email="[email protected]">Stéphane Caron</maintainer>
<license>LGPLv3</license>
<license>BSD</license>
<url type="repository"></url>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>geometry_msgs</build_depend>
Expand Down

0 comments on commit aae112f

Please sign in to comment.