Skip to content

Commit 745b95d

Browse files
committed
release: 0.21.1. fix package version
1 parent c5fe573 commit 745b95d

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
22

33
All notable changes to libfranka in this file.
44

5-
## [0.21.0]
5+
## [0.21.1]
66
### libfranka - C++
7+
- Fix package version
78

9+
## [0.21.0]
10+
### libfranka - C++
811
- Add `franka::MobileModel` class for mobile robot forward kinematics (swerve drive module poses via Pinocchio).
912
- `franka::Model` now rejects mobile robot URDFs with a `ModelException`; use `franka::MobileModel` instead.
1013
- `Robot::loadModel()` throws `InvalidOperationException` for mobile robots; use `Robot::getRobotModel()` with `MobileModel` 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.16)
22

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

5-
set(libfranka_VERSION 0.20.5)
5+
set(libfranka_VERSION 0.21.1)
66

77
project(libfranka
88
VERSION ${libfranka_VERSION}

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.20.5</version>
7+
<version>0.21.1</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)