-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.xml
34 lines (30 loc) · 1.3 KB
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0"?>
<package format="3">
<name>snp_blending</name>
<version>0.1.0</version>
<description>This is the bringup package for launch the ros2 components of the workshop</description>
<maintainer email="[email protected]">Michael Ripperger</maintainer>
<author email="[email protected]">David Spielman</author>
<license>Apache 2.0</license>
<buildtool_depend>ament_cmake</buildtool_depend>
<build_depend>ros_industrial_cmake_boilerplate</build_depend>
<exec_depend>snp_tpp</exec_depend>
<exec_depend>snp_application</exec_depend>
<exec_depend>snp_scanning</exec_depend>
<exec_depend>snp_motion_planning</exec_depend>
<exec_depend>snp_motion_execution</exec_depend>
<exec_depend>industrial_reconstruction</exec_depend>
<exec_depend>joint_state_publisher</exec_depend>
<exec_depend>joint_state_publisher_gui</exec_depend>
<exec_depend>xacro</exec_depend>
<exec_depend>robot_state_publisher</exec_depend>
<exec_depend>rviz2</exec_depend>
<exec_depend>controller_manager</exec_depend>
<exec_depend>joint_state_broadcaster</exec_depend>
<exec_depend>joint_trajectory_controller</exec_depend>
<exec_depend>hardware_interface</exec_depend>
<exec_depend>realsense2_camera</exec_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>