Skip to content

Commit 4df37dd

Browse files
committed
bump: libfranka 0.19.0 release
1 parent c6a3805 commit 4df37dd

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# CHANGELOG
22

3-
All notable changes to libfranka and pylibfranka will be documented in this file.
3+
All notable changes to libfranka in this file.
44

5-
## UNRELEASED
5+
## [0.19.0]
66
### libfranka - C++
77
#### Changed
88
- To support franka_ros2, we added an option for the async position control to base the `getFeedback` function on a robot state received via `franka_hardware` instead of querying the robot directly.

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.11)
22

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

5-
set(libfranka_VERSION 0.18.2)
5+
set(libfranka_VERSION 0.19.0)
66

77
project(libfranka
88
VERSION ${libfranka_VERSION}

docs/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ For the supported ubuntu versions, use the following pattern:
3333
.. code-block:: bash
3434
3535
# Replace with your desired version and Ubuntu codename
36-
VERSION=0.18.2
36+
VERSION=0.19.0
3737
CODENAME=focal # or jammy, noble
3838
3939
wget https://github.com/frankarobotics/libfranka/releases/download/${VERSION}/libfranka_${VERSION}_${CODENAME}_amd64.deb

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
schematypens="http://www.w3.org/2001/XMLSchema"?>
55
<package format="3">
66
<name>libfranka</name>
7-
<version>0.18.2</version>
7+
<version>0.19.0</version>
88
<description>libfranka is a C++ library for Franka Robotics research robots</description>
99
<maintainer email="support@franka.de">Franka Robotics GmbH</maintainer>
1010
<license>Apache 2.0</license>

0 commit comments

Comments
 (0)