Skip to content

Commit

Permalink
Merge pull request #184 in SWDEV/libfranka from ROVIS-276-update-libf…
Browse files Browse the repository at this point in the history
…ranka-versioning-to to fr3-develop

* commit '9a9e949a85e82011e22f637a8f1e274b4dcd6e05':
  updated changelog
  • Loading branch information
BarisYazici committed Aug 21, 2023
2 parents 5c3a5a5 + 9a9e949 commit c66dfb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
# CHANGELOG

## 0.x.y - unreleased
## 0.11.0 - 2023-08-16

Requires Franka Research 3 system version >= 5.2.0

* **BREAKING** Instead of using constants, velocity limits in rate-limiter are computed based on the current desired joint position.
* Allow external control loops by the introduction of the ActiveControl read-write-interface for torque-control


## 0.10.0 - 2022-09-02

Requires Franka Research 3 system version >= 5.2.0
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.4)

list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")

set(libfranka_VERSION 0.10.0)
set(libfranka_VERSION 0.11.0)

project(libfranka
VERSION ${libfranka_VERSION}
Expand Down

0 comments on commit c66dfb5

Please sign in to comment.