Skip to content

Commit

Permalink
Release v2.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gergondet committed Nov 24, 2023
1 parent a76f371 commit 6bf72a7
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [Unreleased]

## [2.9.2] - 2023-10-16

### Added

- [mc_bin_utils] Add an option to show the initial configuration of the robot
- [mc_bin_utils] Add an option to show the calibration data used by the robot

### Fixes

- [mc_control] Correctly resume logging on reset
- [mc_control/FSM] Only start the idle state on the first reset
- [Replay] Only remove robots published by the controller
- [StabilizerTask] Use a non-throwing variant of Robot::zmp
- [utils/mc_log_ui] Stop the animation before saving it

## [2.9.2] - 2023-10-16

### Fixes
Expand Down Expand Up @@ -787,7 +804,8 @@ mc_rtc website and tutorials are now available in [Japanese](https://jrl-umi3218

Initial release

[Unreleased]: https://github.com/jrl-umi3218/mc_rtc/compare/v2.9.2...HEAD
[Unreleased]: https://github.com/jrl-umi3218/mc_rtc/compare/v2.9.3...HEAD
[2.9.3]: https://github.com/jrl-umi3218/mc_rtc/releases/tag/v2.9.3
[2.9.2]: https://github.com/jrl-umi3218/mc_rtc/releases/tag/v2.9.2
[2.9.1]: https://github.com/jrl-umi3218/mc_rtc/releases/tag/v2.9.1
[2.9.0]: https://github.com/jrl-umi3218/mc_rtc/releases/tag/v2.9.0
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ endif()

set(PROJECT_NAME mc_rtc)
set(PROJECT_DESCRIPTION mc_rtc)
set(PROJECT_VERSION 2.9.2)
set(PROJECT_URL https://gite.lirmm.fr/multi-contact/mc_rtc)
set(PROJECT_VERSION 2.9.3)
set(PROJECT_URL https://github.com/jrl-umi3218/mc_rtc)
set(PROJECT_DEBUG_POSTFIX "_d")
set(PROJECT_USE_KEYWORD_LINK_LIBRARIES TRUE)
set(PROJECT_USE_CMAKE_EXPORT TRUE)
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
mc-rtc (2.9.3-1debian1) unstable; urgency=medium

* Upstream update: see CHANGELOG.md

-- Pierre Gergondet <[email protected]> Fri, 24 Nov 2023 18:25:04 +0900

mc-rtc (2.9.2-1debian1) unstable; urgency=medium

* Upstream update: see CHANGELOG.md
Expand Down

0 comments on commit 6bf72a7

Please sign in to comment.