forked from RobotWebTools/rosbridge_suite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstack.xml
16 lines (16 loc) · 766 Bytes
/
stack.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<stack>
<description brief="websockets JSON server and related packages">
A set of packages which provide various web-related functionality and
expose various aspects of ROS to the outside world. At its core,
rosbridge is a websockets server with a JSON API exposing ROS service and
pub/sub functionality. Additional packages provide convenience functions,
and handling for specific datatypes.
</description>
<author>Maintained by Jonathan Mace</author>
<license>BSD</license>
<url>http://www.rosbridge.org</url>
<depend stack="ros"/> <!-- roslib -->
<depend stack="ros_comm"/> <!-- rospy, roscpp, rostopic, rosservice, rostest, -->
<depend stack="std_msgs"/> <!-- std_msgs -->
<depend stack="geometry"/> <!-- tf -->
</stack>