Skip to content

Commit

Permalink
Added it back
Browse files Browse the repository at this point in the history
  • Loading branch information
VincidaB committed Jan 29, 2024
1 parent f192eb9 commit a01a1ba
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions src/ezbot_descr_simul/package.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<?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>ezbot_descr_simul</name>
<version>0.0.0</version>
<description>TODO: Package description</description>
<maintainer email="[email protected]">MY NAME</maintainer>
<license>TODO: License declaration</license>

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

<depend>rclcpp</depend>
<depend>std_msgs</depend>
<depend>cv_bridge</depend>
<depend>image_transport</depend>
<!--
removed opencv, even though we need it-->
<depend>rclpy</depend>

<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>

<export>
<build_type>ament_cmake</build_type>
</export>
</package>

0 comments on commit a01a1ba

Please sign in to comment.