Skip to content

Commit 65ddc04

Browse files
committed
Release v2.14.0
1 parent a389935 commit 65ddc04

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

CHANGELOG.md

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

33
## [Unreleased]
44

5+
## [2.14.0] - 2025-08-28
6+
7+
## What's Changed
8+
* RVIZ RobotModel dynamic update by @ThomasDuvinage in https://github.com/jrl-umi3218/mc_rtc/pull/471
9+
* [ImpedanceTask] Allow to set the limits of deltaComp from the task configurations by @mmurooka in https://github.com/jrl-umi3218/mc_rtc/pull/451
10+
* Correct TVM contact constraints to enable torque control by @Hugo-L3174 in https://github.com/jrl-umi3218/mc_rtc/pull/474
11+
12+
## Fixes
13+
* Fix loading of color information from `PolyhedronConfig` in [a389935](https://github.com/jrl-umi3218/mc_rtc/commit/a389935bc481c4337027b8f73170b202e2b8a806)
14+
15+
## New Contributors
16+
* @Hugo-L3174 made their first contribution in https://github.com/jrl-umi3218/mc_rtc/pull/474
17+
18+
519
## [2.13.0] - 2025-05-19
620

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

880894
Initial release
881895

882-
[Unreleased]: https://github.com/jrl-umi3218/mc_rtc/compare/v2.13.0...HEAD
896+
[Unreleased]: https://github.com/jrl-umi3218/mc_rtc/compare/v2.14.0...HEAD
897+
[2.14.0]: https://github.com/jrl-umi3218/mc_rtc/releases/tag/v2.14.0
883898
[2.13.0]: https://github.com/jrl-umi3218/mc_rtc/releases/tag/v2.13.0
884899
[2.12.0]: https://github.com/jrl-umi3218/mc_rtc/releases/tag/v2.12.0
885900
[2.11.0]: https://github.com/jrl-umi3218/mc_rtc/releases/tag/v2.11.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.13.0)
15+
set(PROJECT_VERSION 2.14.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.14.0-1debian1) unstable; urgency=medium
2+
3+
* Upstream update: see CHANGELOG.md
4+
5+
-- Arnaud TANGUY <arn.tanguy+ppa@gmail.com> Thu, 28 Aug 2025 18:00:00 +0000
6+
17
mc-rtc (2.13.0-1debian1) unstable; urgency=medium
28

39
* Upstream update: see CHANGELOG.md

0 commit comments

Comments
 (0)