1.3.2. Added ros_comm dependency
This commit is contained in:
parent
89cefec28e
commit
2940fdf3d6
|
@ -16,4 +16,4 @@ set(ROSPACK_MAKEDIST true)
|
|||
# variables.
|
||||
#list(APPEND CPACK_SOURCE_IGNORE_FILES /core/experimental)
|
||||
|
||||
rosbuild_make_distribution(1.3.1)
|
||||
rosbuild_make_distribution(1.3.2)
|
||||
|
|
|
@ -7,12 +7,13 @@
|
|||
object model (C++) of the robot.
|
||||
</description>
|
||||
<author>John Hsu johnhsu@willowgarage.com, Wim Meeussen</author>
|
||||
<license>BSD,GPL,MIT</license>
|
||||
<license>GPL,BSD,MIT</license>
|
||||
<review status="Doc reviewed" notes="2009-10-02"/>
|
||||
<url>http://ros.org/wiki/robot_model</url>
|
||||
<depend stack="common" /> <!-- tinyxml -->
|
||||
<depend stack="common_msgs" /> <!-- sensor_msgs -->
|
||||
<depend stack="geometry" /> <!-- angles, tf, kdl, tf_conversions -->
|
||||
<depend stack="ros" /> <!-- rosconsole, roslib, roscpp -->
|
||||
<depend stack="geometry" /> <!-- kdl, tf, tf_conversions, angles -->
|
||||
<depend stack="ros" /> <!-- roslib -->
|
||||
<depend stack="ros_comm" /> <!-- rosconsole, roscpp -->
|
||||
|
||||
</stack>
|
||||
|
|
Loading…
Reference in New Issue