Skip to content

Commit 6bf72a7

Browse files
committed
Release v2.9.3
1 parent a76f371 commit 6bf72a7

File tree

3 files changed

+27
-3
lines changed

3 files changed

+27
-3
lines changed

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [Unreleased]
4+
5+
## [2.9.2] - 2023-10-16
6+
7+
### Added
8+
9+
- [mc_bin_utils] Add an option to show the initial configuration of the robot
10+
- [mc_bin_utils] Add an option to show the calibration data used by the robot
11+
12+
### Fixes
13+
14+
- [mc_control] Correctly resume logging on reset
15+
- [mc_control/FSM] Only start the idle state on the first reset
16+
- [Replay] Only remove robots published by the controller
17+
- [StabilizerTask] Use a non-throwing variant of Robot::zmp
18+
- [utils/mc_log_ui] Stop the animation before saving it
19+
320
## [2.9.2] - 2023-10-16
421

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

788805
Initial release
789806

790-
[Unreleased]: https://github.com/jrl-umi3218/mc_rtc/compare/v2.9.2...HEAD
807+
[Unreleased]: https://github.com/jrl-umi3218/mc_rtc/compare/v2.9.3...HEAD
808+
[2.9.3]: https://github.com/jrl-umi3218/mc_rtc/releases/tag/v2.9.3
791809
[2.9.2]: https://github.com/jrl-umi3218/mc_rtc/releases/tag/v2.9.2
792810
[2.9.1]: https://github.com/jrl-umi3218/mc_rtc/releases/tag/v2.9.1
793811
[2.9.0]: https://github.com/jrl-umi3218/mc_rtc/releases/tag/v2.9.0

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ endif()
1212

1313
set(PROJECT_NAME mc_rtc)
1414
set(PROJECT_DESCRIPTION mc_rtc)
15-
set(PROJECT_VERSION 2.9.2)
16-
set(PROJECT_URL https://gite.lirmm.fr/multi-contact/mc_rtc)
15+
set(PROJECT_VERSION 2.9.3)
16+
set(PROJECT_URL https://github.com/jrl-umi3218/mc_rtc)
1717
set(PROJECT_DEBUG_POSTFIX "_d")
1818
set(PROJECT_USE_KEYWORD_LINK_LIBRARIES TRUE)
1919
set(PROJECT_USE_CMAKE_EXPORT TRUE)

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
mc-rtc (2.9.3-1debian1) unstable; urgency=medium
2+
3+
* Upstream update: see CHANGELOG.md
4+
5+
-- Pierre Gergondet <pierre.gergondet+ppa@gmail.com> Fri, 24 Nov 2023 18:25:04 +0900
6+
17
mc-rtc (2.9.2-1debian1) unstable; urgency=medium
28

39
* Upstream update: see CHANGELOG.md

0 commit comments

Comments
 (0)