-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.xml
36 lines (30 loc) · 1.29 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
35
36
<?xml version="1.0"?>
<package>
<name>vizzy_control</name>
<version>1.0.0</version>
<description>
The vizzy_control package contains simulated ROS controllers
to actuate Vizzy's joints in gazebo and an action to control vizzy's gaze
</description>
<maintainer email="[email protected]">Rui Figueiredo</maintainer>
<author>Rui Figueiredo</author>
<license>BSD</license>
<url type="website">https://github.com/vislab-tecnico-lisboa/vizzy/vizzy_control</url>
<url type="bugtracker">https://github.com/vislab-tecnico-lisboa/vizzy/issues</url>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>joint_state_controller</build_depend>
<build_depend>effort_controllers</build_depend>
<build_depend>velocity_controllers</build_depend>
<build_depend>joint_trajectory_controller</build_depend>
<build_depend>vizzy_msgs</build_depend>
<build_depend>message_generation</build_depend>
<build_depend>tf2</build_depend>
<build_depend>tf2_ros</build_depend>
<run_depend>joint_state_controller</run_depend>
<run_depend>effort_controllers</run_depend>
<run_depend>velocity_controllers</run_depend>
<run_depend>vizzy_msgs</run_depend>
<run_depend>joint_trajectory_controller</run_depend>
<run_depend>tf2</run_depend>
<run_depend>tf2_ros</run_depend>
</package>