Skip to content

Commit

Permalink
Release v2.10.0
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
gergondet committed Jan 17, 2024
1 parent f207cb6 commit 77806f0
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
19 changes: 17 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,21 @@

## [Unreleased]

## [2.9.2] - 2023-10-16
## [2.10.0] - 2024-01-17

### 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)

## [2.9.3] - 2023-10-16

### Added

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

Initial release

[Unreleased]: https://github.com/jrl-umi3218/mc_rtc/compare/v2.9.3...HEAD
[Unreleased]: https://github.com/jrl-umi3218/mc_rtc/compare/v2.10.0...HEAD
[2.10.0]: https://github.com/jrl-umi3218/mc_rtc/releases/tag/v2.10.0
[2.9.3]: https://github.com/jrl-umi3218/mc_rtc/releases/tag/v2.9.3
[2.9.2]: https://github.com/jrl-umi3218/mc_rtc/releases/tag/v2.9.2
[2.9.1]: https://github.com/jrl-umi3218/mc_rtc/releases/tag/v2.9.1
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ endif()

set(PROJECT_NAME mc_rtc)
set(PROJECT_DESCRIPTION mc_rtc)
set(PROJECT_VERSION 2.9.3)
set(PROJECT_VERSION 2.10.0)
set(PROJECT_URL https://github.com/jrl-umi3218/mc_rtc)
set(PROJECT_DEBUG_POSTFIX "_d")
set(PROJECT_USE_KEYWORD_LINK_LIBRARIES TRUE)
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
mc-rtc (2.10.0-1debian1) unstable; urgency=medium

* Upstream update: see CHANGELOG.md

-- Pierre Gergondet <[email protected]> Wed, 17 Jan 2024 15:41:00 +0900

mc-rtc (2.9.3-1debian1) unstable; urgency=medium

* Upstream update: see CHANGELOG.md
Expand Down

0 comments on commit 77806f0

Please sign in to comment.