Skip to content

Commit

Permalink
Release v2.11.0
Browse files Browse the repository at this point in the history
Added
--

- [mc_rbdyn/GUI] Add helpers to visualize surfaces and convexes (#431)
- [mc_rtc/GUI] Added RobotMsg: a complete view of the robot state (#425)
- [mc_rtc] Add path helpers (#431)
- [utils/RobotVisualizer] Add a new tool to visualize a robot built on mc_rtc GUI (#431)

Changes
--

- [mc_rtc/GUI] Send scale vector for visual mesh instead of scalar (#430)

Fixes
--

- [mc_rbdyn] Always use default_attitude to initialize the attitude (#424)
- [mc_tasks] Clarify usage of targetSurface/targetFrame in ImpedanceTask
  • Loading branch information
gergondet committed Feb 5, 2024
1 parent 7f9465f commit 418a663
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

## [Unreleased]

## [2.11.0] - 2024-02-05

### Added

- [mc_rbdyn/GUI] Add helpers to visualize surfaces and convexes (#431)
- [mc_rtc/GUI] Added RobotMsg: a complete view of the robot state (#425)
- [mc_rtc] Add path helpers (#431)
- [utils/RobotVisualizer] Add a new tool to visualize a robot built on mc_rtc GUI (#431)

### Changes

- [mc_rtc/GUI] Send scale vector for visual mesh instead of scalar (#430)

### Fixes

- [mc_rbdyn] Always use default_attitude to initialize the attitude (#424)
- [mc_tasks] Clarify usage of targetSurface/targetFrame in ImpedanceTask

## [2.10.0] - 2024-01-17

### Added
Expand Down Expand Up @@ -818,7 +836,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.10.0...HEAD
[Unreleased]: https://github.com/jrl-umi3218/mc_rtc/compare/v2.11.0...HEAD
[2.11.0]: https://github.com/jrl-umi3218/mc_rtc/releases/tag/v2.11.0
[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
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.10.0)
set(PROJECT_VERSION 2.11.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.11.0-1debian1) unstable; urgency=medium

* Upstream update: see CHANGELOG.md

-- Pierre Gergondet <[email protected]> Mon, 05 Feb 2024 13:10:09 +0900

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

* Upstream update: see CHANGELOG.md
Expand Down

0 comments on commit 418a663

Please sign in to comment.