Skip to content

Commit a22dab9

Browse files
committed
add ros2 package.xml
1 parent 8fa39d4 commit a22dab9

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

example/GigeCam/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"?>
2+
<package format="2">
3+
<name>gige_cam</name>
4+
<version>1.3.0</version>
5+
<description>The infinite sense camera package</description>
6+
<maintainer email="">infinite sense</maintainer>
7+
<license>BSD</license>
8+
<buildtool_depend>ament_cmake</buildtool_depend>
9+
10+
<build_depend>rclcpp</build_depend>
11+
<build_depend>sensor_msgs</build_depend>
12+
<build_depend>std_msgs</build_depend>
13+
<exec_depend>rclcpp</exec_depend>
14+
<exec_depend>sensor_msgs</exec_depend>
15+
<exec_depend>std_msgs</exec_depend>
16+
<export>
17+
<build_type>ament_cmake</build_type>
18+
</export>
19+
20+
</package>
21+
22+
23+

0 commit comments

Comments
 (0)