Skip to content

Commit 77806f0

Browse files
committed
Release v2.10.0
Added -- - [mc_control] Support for renaming the main robot via the configuration (#423) - [mc_rbdyn] Add `addBodySensor` to `mc_rbdyn::Robot` (#419) - [mc_rtc] Add support for any fixed size vector to Schema (#422) - [mc_rtc] Add `std::map<std::string, T>` support in Schema (#412) - [mc_solver] Add support for inactive joints in a collision (#416) Fixes -- - [StabilizerTask] Fix disabling when the robot is in the air (#411)
1 parent f207cb6 commit 77806f0

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,21 @@
22

33
## [Unreleased]
44

5-
## [2.9.2] - 2023-10-16
5+
## [2.10.0] - 2024-01-17
6+
7+
### Added
8+
9+
- [mc_control] Support for renaming the main robot via the configuration (#423)
10+
- [mc_rbdyn] Add `addBodySensor` to `mc_rbdyn::Robot` (#419)
11+
- [mc_rtc] Add support for any fixed size vector to Schema (#422)
12+
- [mc_rtc] Add `std::map<std::string, T>` support in Schema (#412)
13+
- [mc_solver] Add support for inactive joints in a collision (#416)
14+
15+
### Fixes
16+
17+
- [StabilizerTask] Fix disabling when the robot is in the air (#411)
18+
19+
## [2.9.3] - 2023-10-16
620

721
### Added
822

@@ -804,7 +818,8 @@ mc_rtc website and tutorials are now available in [Japanese](https://jrl-umi3218
804818

805819
Initial release
806820

807-
[Unreleased]: https://github.com/jrl-umi3218/mc_rtc/compare/v2.9.3...HEAD
821+
[Unreleased]: https://github.com/jrl-umi3218/mc_rtc/compare/v2.10.0...HEAD
822+
[2.10.0]: https://github.com/jrl-umi3218/mc_rtc/releases/tag/v2.10.0
808823
[2.9.3]: https://github.com/jrl-umi3218/mc_rtc/releases/tag/v2.9.3
809824
[2.9.2]: https://github.com/jrl-umi3218/mc_rtc/releases/tag/v2.9.2
810825
[2.9.1]: https://github.com/jrl-umi3218/mc_rtc/releases/tag/v2.9.1

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.9.3)
15+
set(PROJECT_VERSION 2.10.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.10.0-1debian1) unstable; urgency=medium
2+
3+
* Upstream update: see CHANGELOG.md
4+
5+
-- Pierre Gergondet <pierre.gergondet+ppa@gmail.com> Wed, 17 Jan 2024 15:41:00 +0900
6+
17
mc-rtc (2.9.3-1debian1) unstable; urgency=medium
28

39
* Upstream update: see CHANGELOG.md

0 commit comments

Comments
 (0)