Skip to content

Commit

Permalink
Release v1.2.0
Browse files Browse the repository at this point in the history
* Connect floating base ground-truth (#7)
* Let mc_rtc handle the floating base initialization (#8)
* Avoid crashes when the FloatingBase sensor does not exist
* Connect encoder velocities (#11)
* Add more sample projects with JVRC1 (#10/#12)
* Initialize from initial target rather than initial encoders (#14)
* Log iteration to iteration time (#16)
* Prepare for mc_rtc 2.0
  • Loading branch information
gergondet committed May 10, 2022
1 parent 7a5565c commit db1a95c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.1)

set(PROJECT_NAME mc_openrtm)
set(PROJECT_DESCRIPTION mc_openrtm)
set(PROJECT_VERSION 1.1.0)
set(PROJECT_VERSION 1.2.0)
set(PROJECT_URL https://github.com/jrl-umi3218/mc_openrtm)
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-openrtm (1.2.0-1debian1) unstable; urgency=medium

* Upstream update

-- Pierre Gergondet <pierre.gergondet+ppa@gmail.com> Tue, 10 May 2022 15:38:53 +0800

mc-openrtm (1.1.0-1ubuntu1) unstable; urgency=medium

* Upstream update
Expand Down

0 comments on commit db1a95c

Please sign in to comment.