Skip to content

Commit

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

- [mc_rtc] Added beta version of mc_rtc::Schema (#396)
- [mc_rtc] Logs now contain the initial configuration of the robot (#398)
- [mc_rtc] Logs now contain the force sensors' calibration parameters (#398)

Fixes
---

- [debian] Fix the ros-@ROS_DISTRO@-mc-rtc-plugin package in ROS2
- [Replay] Use new information in the logs to improve replay accuracy (#398)
- [utils/mc_log_ui] Fix comparison loading in Python 3
  • Loading branch information
gergondet committed Oct 11, 2023
1 parent 692ca6b commit 246a976
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
17 changes: 15 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Changelog

## [Unreleased]
## [2.9.0] - 2023-10-11

### Added

- [mc_rtc] Added beta version of mc_rtc::Schema (#396)
- [mc_rtc] Logs now contain the initial configuration of the robot (#398)
- [mc_rtc] Logs now contain the force sensors' calibration parameters (#398)

### Fixes

- [debian] Fix the ros-@ROS_DISTRO@-mc-rtc-plugin package in ROS2
- [Replay] Use new information in the logs to improve replay accuracy (#398)
- [utils/mc_log_ui] Fix comparison loading in Python 3

## [2.8.0] - 2023-09-19

Expand Down Expand Up @@ -761,7 +773,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.8.0...HEAD
[Unreleased]: https://github.com/jrl-umi3218/mc_rtc/compare/v2.9.0...HEAD
[2.8.0]: https://github.com/jrl-umi3218/mc_rtc/releases/tag/v2.9.0
[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
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.8.0)
set(PROJECT_VERSION 2.9.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.9.0-1debian1) unstable; urgency=medium

* Upstream update: see CHANGELOG.md

-- Pierre Gergondet <pierre.gergondet+ppa@gmail.com> Wed, 11 Oct 2023 22:03:22 +0900

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

* Upstream update: see CHANGELOG.md
Expand Down

0 comments on commit 246a976

Please sign in to comment.