Skip to content

Commit 7d02906

Browse files
committed
Release v2.8.0
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
1 parent 88a4d4a commit 7d02906

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

CHANGELOG.md

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

33
## [Unreleased]
44

5+
## [2.8.0] - 2023-09-19
6+
7+
### Added
8+
9+
- [mc_control] Added motor status to joint sensor (#395)
10+
- [mc_control/FSM] Posture tasks' reset can be disabled (#389)
11+
- [mc_rtc/Configuration] Added support for `std::variant` (#393)
12+
- [mc_rtc/Configuration] Added `Configuration::find` (#393)
13+
- [mc_rtc/GUI] Added form elements to provide more complex forms (#394)
14+
15+
### Changes
16+
17+
- [mc_control/FSM] FSM embedded in a Meta state no longer reset the posture at transition by default (#389)
18+
19+
### Fixes
20+
21+
- [mc_observers] KinematicInertial uses the correct function from state-observation (#391)
22+
- [mc_solver] Fix a crash in monitor activation
23+
- [mc_tvm] Correctly include refAccel in Orientation|PositionFunction
24+
525
## [2.7.0] - 2023-09-06
626

727
### Added
@@ -741,7 +761,8 @@ mc_rtc website and tutorials are now available in [Japanese](https://jrl-umi3218
741761

742762
Initial release
743763

744-
[Unreleased]: https://github.com/jrl-umi3218/mc_rtc/compare/v2.7.0...HEAD
764+
[Unreleased]: https://github.com/jrl-umi3218/mc_rtc/compare/v2.8.0...HEAD
765+
[2.8.0]: https://github.com/jrl-umi3218/mc_rtc/releases/tag/v2.8.0
745766
[2.7.0]: https://github.com/jrl-umi3218/mc_rtc/releases/tag/v2.7.0
746767
[2.6.0]: https://github.com/jrl-umi3218/mc_rtc/releases/tag/v2.6.0
747768
[2.5.0]: https://github.com/jrl-umi3218/mc_rtc/releases/tag/v2.5.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.7.0)
15+
set(PROJECT_VERSION 2.8.0)
1616
set(PROJECT_URL https://gite.lirmm.fr/multi-contact/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.8.0-1debian1) unstable; urgency=medium
2+
3+
* Upstream update: see CHANGELOG.md
4+
5+
-- Pierre Gergondet <pierre.gergondet+ppa@gmail.com> Tue, 19 Sep 2023 21:40:56 +0900
6+
17
mc-rtc (2.7.0-1debian1) unstable; urgency=medium
28

39
* Upstream update: see CHANGELOG.md

0 commit comments

Comments
 (0)