Skip to content

Commit

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

- [mc_control] Added motor status to joint sensor (#395)
- [mc_control/FSM] Posture tasks' reset can be disabled (#389)
- [mc_rtc/Configuration] Added support for `std::variant` (#393)
- [mc_rtc/Configuration] Added `Configuration::find` (#393)
- [mc_rtc/GUI] Added form elements to provide more complex forms (#394)

Changes
---

- [mc_control/FSM] FSM embedded in a Meta state no longer reset the posture at transition by default (#389)

Fixes
---

- [mc_observers] KinematicInertial uses the correct function from state-observation (#391)
- [mc_solver] Fix a crash in monitor activation
- [mc_tvm] Correctly include refAccel in Orientation|PositionFunction
  • Loading branch information
gergondet committed Sep 19, 2023
1 parent 88a4d4a commit 7d02906
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
23 changes: 22 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

## [Unreleased]

## [2.8.0] - 2023-09-19

### Added

- [mc_control] Added motor status to joint sensor (#395)
- [mc_control/FSM] Posture tasks' reset can be disabled (#389)
- [mc_rtc/Configuration] Added support for `std::variant` (#393)
- [mc_rtc/Configuration] Added `Configuration::find` (#393)
- [mc_rtc/GUI] Added form elements to provide more complex forms (#394)

### Changes

- [mc_control/FSM] FSM embedded in a Meta state no longer reset the posture at transition by default (#389)

### Fixes

- [mc_observers] KinematicInertial uses the correct function from state-observation (#391)
- [mc_solver] Fix a crash in monitor activation
- [mc_tvm] Correctly include refAccel in Orientation|PositionFunction

## [2.7.0] - 2023-09-06

### Added
Expand Down Expand Up @@ -741,7 +761,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.7.0...HEAD
[Unreleased]: https://github.com/jrl-umi3218/mc_rtc/compare/v2.8.0...HEAD
[2.8.0]: https://github.com/jrl-umi3218/mc_rtc/releases/tag/v2.8.0
[2.7.0]: https://github.com/jrl-umi3218/mc_rtc/releases/tag/v2.7.0
[2.6.0]: https://github.com/jrl-umi3218/mc_rtc/releases/tag/v2.6.0
[2.5.0]: https://github.com/jrl-umi3218/mc_rtc/releases/tag/v2.5.0
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.7.0)
set(PROJECT_VERSION 2.8.0)
set(PROJECT_URL https://gite.lirmm.fr/multi-contact/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.8.0-1debian1) unstable; urgency=medium

* Upstream update: see CHANGELOG.md

-- Pierre Gergondet <[email protected]> Tue, 19 Sep 2023 21:40:56 +0900

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

* Upstream update: see CHANGELOG.md
Expand Down

0 comments on commit 7d02906

Please sign in to comment.