File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to libfranka in this file.
44
5- ## UNRELEASED
5+ ## [ 0.20.5 ]
66### libfranka - C++
77- fix: Sometimes the PTP motion could get stuck in 'idle' after reaching the goal while doing async PTP motions
88- feat: updated cmake_minimum_required to v3.16
99- fix: jenkins pipeline updated for internal usage
10-
11- - ** BREAKING** : removed ` franka/robot_model.h ` header for pinocchio dependency leak in public interface.
10+ - fix: removed ` franka/robot_model.h ` header for pinocchio dependency leak in public interface.
1211
1312## [ 0.20.4]
1413### libfranka - C++
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.16)
22
33list (APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR} /cmake" )
44
5- set (libfranka_VERSION 0.20.4 )
5+ set (libfranka_VERSION 0.20.5 )
66
77project (libfranka
88 VERSION ${libfranka_VERSION}
Original file line number Diff line number Diff line change 44 schematypens =" http://www.w3.org/2001/XMLSchema" ?>
55<package format =" 3" >
66 <name >libfranka</name >
7- <version >0.20.4 </version >
7+ <version >0.20.5 </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 >
You can’t perform that action at this time.
0 commit comments