Skip to content

Commit 20f276f

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

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

cpp/package.xml

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

0 commit comments

Comments
 (0)