Skip to content

Commit d37544a

Browse files
committed
[PyKDL] add myself as maintainer
1 parent a2bbe91 commit d37544a

File tree

14 files changed

+20
-7
lines changed

14 files changed

+20
-7
lines changed

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

python_orocos_kdl/doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,5 +211,5 @@
211211
# (source start file, name, description, authors, manual section).
212212
man_pages = [
213213
('index', 'orocoskdlpythonbindings', u'Orocos KDL python bindings Documentation',
214-
[u'Ruben Smits'], 1)
214+
[u'Ruben Smits', u"Matthijs van der Burgh"], 1)
215215
]

python_orocos_kdl/package.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,14 @@
1010
Library (KDL), distributed by the Orocos Project.
1111
</description>
1212
<maintainer email="ruben.smits@intermodalics.eu">Ruben Smits</maintainer>
13+
<maintainer email="MatthijsBurgh@outlook.com">Matthijs van der Burgh</maintainer>
1314
<url>http://wiki.ros.org/python_orocos_kdl</url>
1415
<license>LGPL</license>
1516

1617
<buildtool_depend>catkin</buildtool_depend>
1718

1819
<build_depend>orocos_kdl</build_depend>
19-
20+
2021
<depend condition="$ROS_PYTHON_VERSION == 2">python</depend>
2122
<depend condition="$ROS_PYTHON_VERSION == 3">python3</depend>
2223

python_orocos_kdl/tests/PyKDLtest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# Version: 1.0
55
# Author: Ruben Smits <ruben dot smits at intermodalics dot eu>
66
# Maintainer: Ruben Smits <ruben dot smits at intermodalics dot eu>
7+
# Maintainer: Matthijs van der Burgh <MatthijsBurgh at outlook dot com>
78
# URL: http://www.orocos.org/kdl
89

910
# This library is free software; you can redistribute it and/or

python_orocos_kdl/tests/dynamicstest.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
# Copyright (C) 2007 Ruben Smits <ruben dot smits at intermodalics dot eu>
1+
# Copyright (C) 2020 Matthijs van der Burgh <MatthijsBurgh at outlook dot com>
22

33
# Version: 1.0
44
# Author: Matthijs van der Burgh <MatthijsBurgh at outlook dot com>
55
# Maintainer: Ruben Smits <ruben dot smits at intermodalics dot eu>
6+
# Maintainer: Matthijs van der Burgh <MatthijsBurgh at outlook dot com>
67
# URL: http://www.orocos.org/kdl
78

89
# This library is free software; you can redistribute it and/or

0 commit comments

Comments
 (0)