-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.xml
34 lines (30 loc) · 1.07 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
<package>
<name>dvrk_mesh_vf</name>
<version>1.0.0</version>
<description>
project for dvrk mesh virtual fixture
</description>
<maintainer email="zli122@jhu.edu">Max Li</maintainer>
<license>cisst</license>
<build_depend>catkin</build_depend>
<build_depend>cisst_ros_bridge</build_depend>
<build_depend>saw_intuitive_research_kit</build_depend>
<build_depend>saw_constraint_controller</build_depend>
<build_depend>saw_open_igt_link</build_depend>
<build_depend>roscpp</build_depend>
<build_depend>geometry_msgs</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>sensor_msgs</build_depend>
<run_depend>catkin</run_depend>
<run_depend>cisst_ros_bridge</run_depend>
<run_depend>saw_intuitive_research_kit</run_depend>
<run_depend>saw_constraint_controller</run_depend>
<run_depend>saw_open_igt_link</run_depend>
<run_depend>roscpp</run_depend>
<run_depend>geometry_msgs</run_depend>
<run_depend>std_msgs</run_depend>
<run_depend>sensor_msgs</run_depend>
<export>
<build_type>catkin</build_type>
</export>
</package>