-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.xml
More file actions
84 lines (57 loc) · 2.48 KB
/
Copy pathpackage.xml
File metadata and controls
84 lines (57 loc) · 2.48 KB
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<?xml version="1.0"?>
<package>
<name>tamsviz</name>
<version>0.0.0</version>
<description>Visualization and annotation tool for ROS</description>
<maintainer email="ruppel@informatik.uni-hamburg.de">Philipp Ruppel</maintainer>
<author email="ruppel@informatik.uni-hamburg.de">Philipp Ruppel</author>
<license>BSD</license>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>moveit_core</build_depend>
<run_depend>moveit_core</run_depend>
<build_depend>roscpp</build_depend>
<run_depend>roscpp</run_depend>
<build_depend>std_msgs</build_depend>
<run_depend>std_msgs</run_depend>
<build_depend>moveit_ros_planning</build_depend>
<run_depend>moveit_ros_planning</run_depend>
<build_depend>moveit_ros_robot_interaction</build_depend>
<run_depend>moveit_ros_robot_interaction</run_depend>
<build_depend>moveit_ros_planning_interface</build_depend>
<run_depend>moveit_ros_planning_interface</run_depend>
<build_depend>geometry_msgs</build_depend>
<run_depend>geometry_msgs</run_depend>
<build_depend>image_transport</build_depend>
<run_depend>image_transport</run_depend>
<build_depend>opencv2</build_depend>
<run_depend>opencv2</run_depend>
<build_depend>resource_retriever</build_depend>
<run_depend>resource_retriever</run_depend>
<build_depend>assimp</build_depend>
<run_depend>assimp</run_depend>
<build_depend>cv_bridge</build_depend>
<run_depend>cv_bridge</run_depend>
<build_depend>rosbag</build_depend>
<run_depend>rosbag</run_depend>
<build_depend>interactive_markers</build_depend>
<run_depend>interactive_markers</run_depend>
<build_depend>eigen_conversions</build_depend>
<run_depend>eigen_conversions</run_depend>
<build_depend>laser_geometry</build_depend>
<run_depend>laser_geometry</run_depend>
<build_depend>camera_info_manager</build_depend>
<run_depend>camera_info_manager</run_depend>
<build_depend>pybind11_catkin</build_depend>
<run_depend>pybind11_catkin</run_depend>
<build_depend>message_generation</build_depend>
<run_depend>message_generation</run_depend>
<build_depend>message_runtime</build_depend>
<run_depend>message_runtime</run_depend>
<build_depend>qtbase5-dev</build_depend>
<run_depend>libqt5-core</run_depend>
<run_depend>libqt5-gui</run_depend>
<run_depend>libqt5-widgets</run_depend>
<run_depend>libqt5-opengl</run_depend>
<export>
</export>
</package>