Skip to content

Commit d9cd878

Browse files
committed
Patch for ROS 2 release
Signed-off-by: Michel Hidalgo <[email protected]>
1 parent b167486 commit d9cd878

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

cpp/package.xml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
Copyright (c) 2024 Boston Dynamics AI Institute LLC. All rights reserved.
4+
-->
5+
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
6+
<package format="3">
7+
<name>bosdyn</name>
8+
<version>4.1.0</version>
9+
<description>Boston Dynamics Spot C++ SDK</description>
10+
<maintainer email="[email protected]">BD AI Institute</maintainer>
11+
<license>BDSDK-L</license>
12+
13+
<buildtool_depend>ament_cmake</buildtool_depend>
14+
<buildtool_depend>ament_cmake_python</buildtool_depend>
15+
16+
<depend>cli11</depend>
17+
<depend>eigen</depend>
18+
<depend>libgrpc</depend>
19+
<depend>protobuf</depend>
20+
<depend>protobuf-dev</depend>
21+
<depend>protobuf-compiler-grpc</depend>
22+
23+
<export>
24+
<build_type>cmake</build_type>
25+
</export>
26+
</package>

0 commit comments

Comments
 (0)