forked from ros/ros_comm
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7ce2af9
commit 64b2300
Showing
49 changed files
with
128 additions
and
921 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
<package> | ||
<name>ros_comm</name> | ||
<version>1.9.7</version> | ||
<description> | ||
ROS communications-related packages, including core client libraries (roscpp, rospy) and graph introspection tools (rostopic, rosnode, rosservice, rosparam). | ||
</description> | ||
<maintainer email="[email protected]">Dirk Thomas</maintainer> | ||
<license>BSD</license> | ||
|
||
<url>http://www.ros.org/wiki/ros_comm</url> | ||
<author email="[email protected]">Morgan Quigley</author> | ||
<author email="[email protected]">Eric Berger</author> | ||
<author email="[email protected]">Ken Conley</author> | ||
<author email="[email protected]">Rosen Diankov</author> | ||
<author email="[email protected]">Josh Faust</author> | ||
<author email="[email protected]">Tim Field</author> | ||
<author email="[email protected]">Tully Foote</author> | ||
<author email="[email protected]">Brian Gerkey</author> | ||
<author email="[email protected]">Jeremy Leibs</author> | ||
<author email="[email protected]">Bhaskara Marthi</author> | ||
<author email="[email protected]">Troy Straszheim</author> | ||
<author email="[email protected]">Rob Wheeler</author> | ||
|
||
<run_depend>roscpp</run_depend> | ||
<run_depend>rospy</run_depend> | ||
|
||
<run_depend>rosgraph_msgs</run_depend> | ||
<run_depend>std_srvs</run_depend> | ||
|
||
<run_depend>rosbag</run_depend> | ||
<run_depend>rosconsole</run_depend> | ||
<run_depend>rosgraph</run_depend> | ||
<run_depend>roslaunch</run_depend> | ||
<run_depend>rosmaster</run_depend> | ||
<run_depend>rosmgs</run_depend> | ||
<run_depend>rosnode</run_depend> | ||
<run_depend>rosout</run_depend> | ||
<run_depend>rosparam</run_depend> | ||
<run_depend>rosservice</run_depend> | ||
<run_depend>rostest</run_depend> | ||
<run_depend>rostopic</run_depend> | ||
<run_depend>topic_tools</run_depend> | ||
|
||
<run_depend>message_filters</run_depend> | ||
<run_depend>roswtf</run_depend> | ||
<run_depend>xmlrpcpp</run_depend> | ||
|
||
<export> | ||
<metapackage/> | ||
</export> | ||
</package> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,27 +9,26 @@ | |
<maintainer email="[email protected]">Dirk Thomas</maintainer> | ||
<license>BSD</license> | ||
|
||
<url>http://ros.org/wiki/rosbag</url> | ||
<author>Tim Field</author> | ||
<author>Jeremy Leibs</author> | ||
<author>James Bowman</author> | ||
|
||
<url>http://ros.org/wiki/rosbag</url> | ||
|
||
<build_depend>boost</build_depend> | ||
<build_depend>bzip2</build_depend> | ||
<build_depend>catkin</build_depend> | ||
<build_depend>cpp_common</build_depend> | ||
<build_depend>roscpp_serialization</build_depend> | ||
<build_depend>roscpp</build_depend> | ||
<build_depend>python-imaging</build_depend> | ||
<build_depend>rosconsole</build_depend> | ||
<build_depend>xmlrpcpp</build_depend> | ||
<build_depend>topic_tools</build_depend> | ||
<build_depend>rosunit</build_depend> | ||
<build_depend>rostest</build_depend> | ||
<build_depend>roscpp</build_depend> | ||
<build_depend>roscpp_serialization</build_depend> | ||
<build_depend>rosgraph_msgs</build_depend> | ||
<build_depend>boost</build_depend> | ||
<build_depend>python-imaging</build_depend> | ||
<build_depend>bzip2</build_depend> | ||
<build_depend>rostest</build_depend> | ||
<build_depend>rosunit</build_depend> | ||
<build_depend>topic_tools</build_depend> | ||
<build_depend>xmlrpcpp</build_depend> | ||
|
||
<export> | ||
<rosdoc config="${prefix}/rosdoc.yaml" /> | ||
<rosdoc config="${prefix}/rosdoc.yaml"/> | ||
</export> | ||
</package> |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.