File tree Expand file tree Collapse file tree 18 files changed +30
-11
lines changed Expand file tree Collapse file tree 18 files changed +30
-11
lines changed Original file line number Diff line number Diff line change 86
86
ABICHECK_URL : github:orocos/orocos_kinematics_dynamics#release-1.4
87
87
ABICHECK_MERGE : false
88
88
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
89
95
env : ${{ matrix.env }}
90
96
steps :
91
97
- uses : actions/checkout@v1
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ ENDIF()
16
16
17
17
PROJECT (orocos_kdl)
18
18
19
- SET ( KDL_VERSION 1.4.1 )
19
+ SET ( KDL_VERSION 1.5.0 )
20
20
STRING ( REGEX MATCHALL "[0-9]+" KDL_VERSIONS ${KDL_VERSION} )
21
21
LIST ( GET KDL_VERSIONS 0 KDL_VERSION_MAJOR)
22
22
LIST ( GET KDL_VERSIONS 1 KDL_VERSION_MINOR)
Original file line number Diff line number Diff line change 4
4
schematypens =" http://www.w3.org/2001/XMLSchema" ?>
5
5
<package format =" 3" >
6
6
<name >orocos_kdl</name >
7
- <version >1.4.1 </version >
7
+ <version >1.5.0 </version >
8
8
<description >
9
9
This package contains a recent version of the Kinematics and Dynamics
10
10
Library (KDL), distributed by the Orocos Project.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ if(POLICY CMP0048)
3
3
cmake_policy (SET CMP0048 NEW)
4
4
endif ()
5
5
6
- project (python_orocos_kdl VERSION 1.4.1 )
6
+ project (python_orocos_kdl VERSION 1.5.0 )
7
7
8
8
# find a matching version of orocos_kdl
9
9
find_package (orocos_kdl ${PROJECT_VERSION} EXACT REQUIRED)
Original file line number Diff line number Diff line change 5
5
// Author: Zihan Chen <zihan dot chen dot jhu at gmail dot com>
6
6
// Author: Matthijs van der Burgh <MatthijsBurgh at outlook dot com>
7
7
// Maintainer: Ruben Smits Ruben Smits <ruben dot smits at intermodalics dot eu>
8
+ // Maintainer: Matthijs van der Burgh <MatthijsBurgh at outlook dot com>
8
9
// URL: http://www.orocos.org/kdl
9
10
//
10
11
// This library is free software; you can redistribute it and/or
Original file line number Diff line number Diff line change 5
5
//Author: Zihan Chen <zihan dot chen dot jhu at gmail dot com>
6
6
//Author: Matthijs van der Burgh <MatthijsBurgh at outlook dot com>
7
7
//Maintainer: Ruben Smits Ruben Smits <ruben dot smits at intermodalics dot eu>
8
+ //Maintainer: Matthijs van der Burgh <MatthijsBurgh at outlook dot com>
8
9
//URL: http://www.orocos.org/kdl
9
10
//
10
11
//This library is free software; you can redistribute it and/or
Original file line number Diff line number Diff line change 5
5
// Author: Zihan Chen <zihan dot chen dot jhu at gmail dot com>
6
6
// Author: Matthijs van der Burgh <MatthijsBurgh at outlook dot com>
7
7
// Maintainer: Ruben Smits Ruben Smits <ruben dot smits at intermodalics dot eu>
8
+ // Maintainer: Matthijs van der Burgh <MatthijsBurgh at outlook dot com>
8
9
// URL: http://www.orocos.org/kdl
9
10
//
10
11
// This library is free software; you can redistribute it and/or
Original file line number Diff line number Diff line change 5
5
// Author: Zihan Chen <zihan dot chen dot jhu at gmail dot com>
6
6
// Author: Matthijs van der Burgh <MatthijsBurgh at outlook dot com>
7
7
// Maintainer: Ruben Smits Ruben Smits <ruben dot smits at intermodalics dot eu>
8
+ // Maintainer: Matthijs van der Burgh <MatthijsBurgh at outlook dot com>
8
9
// URL: http://www.orocos.org/kdl
9
10
//
10
11
// This library is free software; you can redistribute it and/or
Original file line number Diff line number Diff line change 5
5
// Author: Zihan Chen <zihan dot chen dot jhu at gmail dot com>
6
6
// Author: Matthijs van der Burgh <MatthijsBurgh at outlook dot com>
7
7
// Maintainer: Ruben Smits Ruben Smits <ruben dot smits at intermodalics dot eu>
8
+ // Maintainer: Matthijs van der Burgh <MatthijsBurgh at outlook dot com>
8
9
// URL: http://www.orocos.org/kdl
9
10
//
10
11
// This library is free software; you can redistribute it and/or
Original file line number Diff line number Diff line change 5
5
// Author: Zihan Chen <zihan dot chen dot jhu at gmail dot com>
6
6
// Author: Matthijs van der Burgh <MatthijsBurgh at outlook dot com>
7
7
// Maintainer: Ruben Smits Ruben Smits <ruben dot smits at intermodalics dot eu>
8
+ // Maintainer: Matthijs van der Burgh <MatthijsBurgh at outlook dot com>
8
9
// URL: http://www.orocos.org/kdl
9
10
//
10
11
// This library is free software; you can redistribute it and/or
You can’t perform that action at this time.
0 commit comments