Skip to content

Commit

Permalink
feat: add package.xml for ROS builds (#1124)
Browse files Browse the repository at this point in the history
---------

Signed-off-by: wep21 <[email protected]>
  • Loading branch information
wep21 committed Jun 29, 2023
1 parent 753bc93 commit 6651f3f
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
8 changes: 8 additions & 0 deletions colcon.pkg
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"cmake-args": [
"-DHAS_HDF5=OFF",
"-DHAS_QT5=OFF",
"-DBUILD_SAMPLES=OFF",
"-DECAL_INSTALL_SAMPLE_SOURCES=OFF"
]
}
21 changes: 21 additions & 0 deletions package.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>ecal</name>
<version>5.12.0</version>
<description>eCAL - enhanced Communication Abstraction Layer. A fast publish-subscribe cross-plattform middleware using Shared Memory and UDP.</description>
<maintainer email="[email protected]">Eclipse Foundation, Inc.</maintainer>
<license>Apache 2.0</license>

<url type="website">https://eclipse-ecal.github.io/ecal</url>
<url type="bugtracker">https://github.com/eclipse-ecal/ecal/issues</url>
<url type="repository">https://github.com/eclipse-ecal/ecal</url>

<buildtool_depend>cmake</buildtool_depend>

<depend>protobuf-dev</depend>

<export>
<build_type>cmake</build_type>
</export>
</package>

0 comments on commit 6651f3f

Please sign in to comment.