File tree Expand file tree Collapse file tree 3 files changed +27
-3
lines changed
Expand file tree Collapse file tree 3 files changed +27
-3
lines changed Original file line number Diff line number Diff line change 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
788805Initial 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
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ endif()
1212
1313set (PROJECT_NAME mc_rtc)
1414set (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)
1717set (PROJECT_DEBUG_POSTFIX "_d" )
1818set (PROJECT_USE_KEYWORD_LINK_LIBRARIES TRUE )
1919set (PROJECT_USE_CMAKE_EXPORT TRUE )
Original file line number Diff line number Diff line change 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+
17mc-rtc (2.9.2-1debian1) unstable; urgency=medium
28
39 * Upstream update: see CHANGELOG.md
You can’t perform that action at this time.
0 commit comments