Skip to content

Commit 4368332

Browse files
committed
Add package.xml for ROS-native release as third-party library
1 parent 83b453b commit 4368332

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

package.xml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<?xml version="1.0"?>
2+
<package format="2">
3+
<name>eigenpy</name>
4+
<version>1.5.1</version>
5+
<description>Bindings between Numpy and Eigen using Boost.Python - wrapped for catkin.</description>
6+
<maintainer email="[email protected]">Justin Carpentier</maintainer>
7+
<maintainer email="[email protected]">Wolfgang Merkt</maintainer>
8+
<author>Justin Carpentier</author>
9+
<author>Nicolas Mansard</author>
10+
<license>BSD</license>
11+
12+
<url type="website">https://github.com/stack-of-tasks/eigenpy</url>
13+
14+
<build_depend>git</build_depend>
15+
<depend>python</depend>
16+
<depend>python-numpy</depend>
17+
<depend>eigen</depend>
18+
<depend>boost</depend>
19+
20+
<buildtool_depend>cmake</buildtool_depend>
21+
<export>
22+
<build_type>cmake</build_type>
23+
</export>
24+
</package>

0 commit comments

Comments
 (0)