Skip to content

Commit

Permalink
Patch for ROS 2 release
Browse files Browse the repository at this point in the history
Signed-off-by: Michel Hidalgo <[email protected]>
  • Loading branch information
mhidalgo-bdai committed Nov 19, 2024
1 parent b167486 commit 20f276f
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions cpp/package.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>bosdyn</name>
<version>4.1.0</version>
<description>Boston Dynamics Spot C++ SDK</description>
<maintainer email="[email protected]">BD AI Institute</maintainer>
<license>BDSDK-L</license>

<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_depend>ament_cmake_python</buildtool_depend>

<depend>cli11</depend>
<depend>eigen</depend>
<depend>libgrpc</depend>
<depend>protobuf</depend>
<depend>protobuf-dev</depend>
<depend>protobuf-compiler-grpc</depend>

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

0 comments on commit 20f276f

Please sign in to comment.