Skip to content

Commit eef1f3a

Browse files
Prepare release 1.5 (#333)
Prepare release 1.5
2 parents a2bbe91 + 8e6bca0 commit eef1f3a

File tree

18 files changed

+30
-11
lines changed

18 files changed

+30
-11
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,12 @@ jobs:
8686
ABICHECK_URL: github:orocos/orocos_kinematics_dynamics#release-1.4
8787
ABICHECK_MERGE: false
8888
branch: release-1.4
89+
- env:
90+
ROS_DISTRO: noetic
91+
ROS_REPO: ros
92+
ABICHECK_URL: github:orocos/orocos_kinematics_dynamics#release-1.5
93+
ABICHECK_MERGE: false
94+
branch: release-1.5
8995
env: ${{ matrix.env }}
9096
steps:
9197
- uses: actions/checkout@v1

orocos_kdl/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ENDIF()
1616

1717
PROJECT(orocos_kdl)
1818

19-
SET( KDL_VERSION 1.4.1)
19+
SET( KDL_VERSION 1.5.0)
2020
STRING( REGEX MATCHALL "[0-9]+" KDL_VERSIONS ${KDL_VERSION} )
2121
LIST( GET KDL_VERSIONS 0 KDL_VERSION_MAJOR)
2222
LIST( GET KDL_VERSIONS 1 KDL_VERSION_MINOR)

orocos_kdl/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>orocos_kdl</name>
7-
<version>1.4.1</version>
7+
<version>1.5.0</version>
88
<description>
99
This package contains a recent version of the Kinematics and Dynamics
1010
Library (KDL), distributed by the Orocos Project.

python_orocos_kdl/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ if(POLICY CMP0048)
33
cmake_policy(SET CMP0048 NEW)
44
endif()
55

6-
project(python_orocos_kdl VERSION 1.4.1)
6+
project(python_orocos_kdl VERSION 1.5.0)
77

88
# find a matching version of orocos_kdl
99
find_package(orocos_kdl ${PROJECT_VERSION} EXACT REQUIRED)

python_orocos_kdl/PyKDL/PyKDL.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
//Author: Zihan Chen <zihan dot chen dot jhu at gmail dot com>
66
//Author: Matthijs van der Burgh <MatthijsBurgh at outlook dot com>
77
//Maintainer: Ruben Smits Ruben Smits <ruben dot smits at intermodalics dot eu>
8+
//Maintainer: Matthijs van der Burgh <MatthijsBurgh at outlook dot com>
89
//URL: http://www.orocos.org/kdl
910
//
1011
//This library is free software; you can redistribute it and/or

python_orocos_kdl/PyKDL/PyKDL.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
//Author: Zihan Chen <zihan dot chen dot jhu at gmail dot com>
66
//Author: Matthijs van der Burgh <MatthijsBurgh at outlook dot com>
77
//Maintainer: Ruben Smits Ruben Smits <ruben dot smits at intermodalics dot eu>
8+
//Maintainer: Matthijs van der Burgh <MatthijsBurgh at outlook dot com>
89
//URL: http://www.orocos.org/kdl
910
//
1011
//This library is free software; you can redistribute it and/or

python_orocos_kdl/PyKDL/dynamics.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
//Author: Zihan Chen <zihan dot chen dot jhu at gmail dot com>
66
//Author: Matthijs van der Burgh <MatthijsBurgh at outlook dot com>
77
//Maintainer: Ruben Smits Ruben Smits <ruben dot smits at intermodalics dot eu>
8+
//Maintainer: Matthijs van der Burgh <MatthijsBurgh at outlook dot com>
89
//URL: http://www.orocos.org/kdl
910
//
1011
//This library is free software; you can redistribute it and/or

python_orocos_kdl/PyKDL/frames.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
//Author: Zihan Chen <zihan dot chen dot jhu at gmail dot com>
66
//Author: Matthijs van der Burgh <MatthijsBurgh at outlook dot com>
77
//Maintainer: Ruben Smits Ruben Smits <ruben dot smits at intermodalics dot eu>
8+
//Maintainer: Matthijs van der Burgh <MatthijsBurgh at outlook dot com>
89
//URL: http://www.orocos.org/kdl
910
//
1011
//This library is free software; you can redistribute it and/or

python_orocos_kdl/PyKDL/framevel.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
//Author: Zihan Chen <zihan dot chen dot jhu at gmail dot com>
66
//Author: Matthijs van der Burgh <MatthijsBurgh at outlook dot com>
77
//Maintainer: Ruben Smits Ruben Smits <ruben dot smits at intermodalics dot eu>
8+
//Maintainer: Matthijs van der Burgh <MatthijsBurgh at outlook dot com>
89
//URL: http://www.orocos.org/kdl
910
//
1011
//This library is free software; you can redistribute it and/or

python_orocos_kdl/PyKDL/kinfam.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
//Author: Zihan Chen <zihan dot chen dot jhu at gmail dot com>
66
//Author: Matthijs van der Burgh <MatthijsBurgh at outlook dot com>
77
//Maintainer: Ruben Smits Ruben Smits <ruben dot smits at intermodalics dot eu>
8+
//Maintainer: Matthijs van der Burgh <MatthijsBurgh at outlook dot com>
89
//URL: http://www.orocos.org/kdl
910
//
1011
//This library is free software; you can redistribute it and/or

0 commit comments

Comments
 (0)