forked from 4am-robotics/cob_driver
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstack.xml
More file actions
36 lines (33 loc) · 1.91 KB
/
stack.xml
File metadata and controls
36 lines (33 loc) · 1.91 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
<stack>
<description brief="Care-O-bot stack with driver packages">
The cob_driver stack includes packages that provide access to the Care-O-bot hardware through ROS messages, services and actions. E.g. for mobile base, arm, camera sensors, laser scanners, etc...
</description>
<author>Maintained by Florian Weisshardt</author>
<license>BSD,LGPL</license>
<review status="unreviewed" notes=""/>
<url>http://ros.org/wiki/cob_driver</url>
<depend stack="audio_common" /> <!-- sound_play -->
<depend stack="camera_drivers" /> <!-- prosilica_camera -->
<depend stack="cob_common" /> <!-- cob_srvs, cob_vision_utils, brics_actuator -->
<depend stack="cob_extern" /> <!-- libpcan, libmesasr, libphidgets, libntcan -->
<depend stack="common" /> <!-- actionlib -->
<depend stack="common_msgs" /> <!-- nav_msgs, geometry_msgs, sensor_msgs, diagnostic_msgs -->
<depend stack="control" /> <!-- control_msgs -->
<depend stack="diagnostics" /> <!-- diagnostic_updater -->
<depend stack="geometry" /> <!-- tf -->
<depend stack="image_common" /> <!-- polled_camera, image_transport -->
<depend stack="image_pipeline" /> <!-- image_proc -->
<depend stack="laser_drivers" /> <!-- hokuyo_node -->
<depend stack="laser_pipeline" /> <!-- laser_geometry -->
<depend stack="nodelet_core" /> <!-- nodelet -->
<depend stack="openni_kinect" /> <!-- openni_launch, openni_camera -->
<depend stack="orocos_kinematics_dynamics" /> <!-- kdl -->
<depend stack="perception_pcl" /> <!-- pcl, pcl_ros -->
<depend stack="point_cloud_perception" /> <!-- point_cloud_converter -->
<depend stack="pr2_common" /> <!-- pr2_msgs -->
<depend stack="pr2_controllers" /> <!-- pr2_controllers_msgs -->
<depend stack="robot_model" /> <!-- urdf -->
<depend stack="ros" />
<depend stack="ros_comm" /> <!-- std_msgs, rostest, rospy, roscpp, message_filters -->
<depend stack="vision_opencv" /> <!-- opencv2, cv_bridge -->
</stack>