forked from ros-drivers/rosserial
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstack.xml
14 lines (13 loc) · 786 Bytes
/
stack.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<stack>
<description brief="ROS Serial Client Library">
<p>ROS Serial is a point-to-point version of ROS communications over serial, primarily for integrating low-cost microcontrollers (Arduino) into ROS. ROS serial consists of a general p2p protocol, libraries for use with Arduino, and nodes for the PC/Tablet side (currently in both Python and Java).</p>
</description>
<author>Maintained by Michael Ferguson, Adam Stambler</author>
<license>BSD</license>
<review status="unreviewed" notes=""/>
<url>http://ros.org/wiki/rosserial</url>
<depend stack="common_msgs" /> <!-- nav_msgs, sensor_msgs, geometry_msgs, diagnostic_msgs -->
<depend stack="geometry" /> <!-- tf -->
<depend stack="ros" />
<depend stack="ros_comm" /> <!-- std_msgs, rospy -->
</stack>