Skip to content

Commit 4cfa544

Browse files
committed
Release v2.13.0
Changes -- - Drop support for ubuntu bionic/focal Fixes -- - TransformTask: Fix use of targetFrame and relative from YAML configuration - RobotVisualizer: Fix behaviour of checkbox for adding/removing frames - `mc_rtc_new_fsm_controller`: upgrade to use importlib - Correctly replace debug suffix (cmake) - Properly store contacts' DoF in `mc_rbydn::Contact` - Ensure uniqueness of contacts - Add `mc_surfaces_visualization/mc_convex_visualization/mc_robot_visualization` tools to apt package - Remove the default all signal handler to avoid signal_handler message and FULL ROS MESSAGE QUEUE error (#456) - RobotMsg: fix wrong vector conversion for tau, alpha and alphaD (#445) - ImpedanceTask: Log compliance pose (#446) - Fix missing symbol in posture task - [cmake] Uninstall autoload files when plugin autoload option is disabled (#436) - [mc_control] Trim autoload files so they can be edited manually (#436) - [mc_rbdyn] Fix a bug in `addBodySensor` (#433)
1 parent 5559f2e commit 4cfa544

File tree

3 files changed

+35
-2
lines changed

3 files changed

+35
-2
lines changed

CHANGELOG.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
22

33
## [Unreleased]
44

5+
## [2.13.0] - 2025-05-19
6+
7+
### Added
8+
9+
### Changes
10+
11+
- Drop support for ubuntu bionic/focal
12+
13+
### Fixes
14+
15+
- TransformTask: Fix use of targetFrame and relative from YAML configuration
16+
- RobotVisualizer: Fix behaviour of checkbox for adding/removing frames
17+
- `mc_rtc_new_fsm_controller`: upgrade to use importlib
18+
- Correctly replace debug suffix (cmake)
19+
- Properly store contacts' DoF in `mc_rbydn::Contact`
20+
- Ensure uniqueness of contacts
21+
- Add `mc_surfaces_visualization/mc_convex_visualization/mc_robot_visualization` tools to apt package
22+
- Remove the default all signal handler to avoid signal_handler message and FULL ROS MESSAGE QUEUE error (#456)
23+
- RobotMsg: fix wrong vector conversion for tau, alpha and alphaD (#445)
24+
- ImpedanceTask: Log compliance pose (#446)
25+
- Fix missing symbol in posture task
26+
27+
- [cmake] Uninstall autoload files when plugin autoload option is disabled (#436)
28+
- [mc_control] Trim autoload files so they can be edited manually (#436)
29+
- [mc_rbdyn] Fix a bug in `addBodySensor` (#433)
30+
531
## [2.12.0] - 2024-02-29
632

733
### Added
@@ -853,7 +879,8 @@ mc_rtc website and tutorials are now available in [Japanese](https://jrl-umi3218
853879

854880
Initial release
855881

856-
[Unreleased]: https://github.com/jrl-umi3218/mc_rtc/compare/v2.12.0...HEAD
882+
[Unreleased]: https://github.com/jrl-umi3218/mc_rtc/compare/v2.13.0...HEAD
883+
[2.13.0]: https://github.com/jrl-umi3218/mc_rtc/releases/tag/v2.13.0
857884
[2.12.0]: https://github.com/jrl-umi3218/mc_rtc/releases/tag/v2.12.0
858885
[2.11.0]: https://github.com/jrl-umi3218/mc_rtc/releases/tag/v2.11.0
859886
[2.10.0]: https://github.com/jrl-umi3218/mc_rtc/releases/tag/v2.10.0

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ endif()
1212

1313
set(PROJECT_NAME mc_rtc)
1414
set(PROJECT_DESCRIPTION mc_rtc)
15-
set(PROJECT_VERSION 2.12.0)
15+
set(PROJECT_VERSION 2.13.0)
1616
set(PROJECT_URL https://github.com/jrl-umi3218/mc_rtc)
1717
set(PROJECT_DEBUG_POSTFIX "_d")
1818
set(PROJECT_USE_KEYWORD_LINK_LIBRARIES 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.13.0-1debian1) unstable; urgency=medium
2+
3+
* Upstream update: see CHANGELOG.md
4+
5+
-- Arnaud TANGUY <[email protected]> Mon, 19 Mai 2025 14:00:00 +0000
6+
17
mc-rtc (2.12.0-1debian1) unstable; urgency=medium
28

39
* Upstream update: see CHANGELOG.md

0 commit comments

Comments
 (0)