add dep for backward compatibility
This commit is contained in:
parent
1bc43ffd41
commit
ff4bc3815d
|
@ -1,6 +1,6 @@
|
|||
<package>
|
||||
<name>collada_parser</name>
|
||||
<version>1.9.27</version>
|
||||
<version>1.9.28</version>
|
||||
<description>
|
||||
This package contains a C++ parser for the Collada robot
|
||||
description format. The parser reads a Collada XML robot
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<package>
|
||||
<name>collada_urdf</name>
|
||||
<version>1.9.27</version>
|
||||
<version>1.9.28</version>
|
||||
<description>
|
||||
|
||||
This package contains a tool to convert Unified Robot Description Format (URDF) documents into COLLAborative Design Activity (COLLADA) documents.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<package>
|
||||
<name>kdl_parser</name>
|
||||
<version>1.9.27</version>
|
||||
<version>1.9.28</version>
|
||||
|
||||
<description>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<package>
|
||||
<name>resource_retriever</name>
|
||||
<version>1.9.27</version>
|
||||
<version>1.9.28</version>
|
||||
<description>
|
||||
|
||||
This package retrieves data from url-format files such as http://,
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<package>
|
||||
<name>robot_model</name>
|
||||
<version>1.9.27</version>
|
||||
<version>1.9.28</version>
|
||||
<description>
|
||||
<tt>robot_model</tt> contains packages for modeling various
|
||||
aspects of robot information, specified in the Xml Robot
|
||||
|
@ -68,6 +68,8 @@
|
|||
<run_depend>urdfdom</run_depend>
|
||||
<run_depend>urdfdom_headers</run_depend>
|
||||
|
||||
<!-- Add this dep for backward compatibility -->
|
||||
<run_depend>robot_state_publisher</run_depend>
|
||||
|
||||
<export>
|
||||
<metapackage/>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<package>
|
||||
<name>srdf</name>
|
||||
<version>1.9.27</version>
|
||||
<version>1.9.28</version>
|
||||
|
||||
<description>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<package>
|
||||
<name>urdf</name>
|
||||
<version>1.9.27</version>
|
||||
<version>1.9.28</version>
|
||||
<description>
|
||||
This package contains a C++ parser for the Unified Robot Description
|
||||
Format (URDF), which is an XML format for representing a robot model.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<package>
|
||||
<name>urdf_interface</name>
|
||||
<version>1.9.27</version>
|
||||
<version>1.9.28</version>
|
||||
<description>
|
||||
This package is DEPRECATED. Please use the urdfdom dependency directly instead of this package.
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<package>
|
||||
<name>urdf_parser</name>
|
||||
<version>1.9.27</version>
|
||||
<version>1.9.28</version>
|
||||
|
||||
<description>
|
||||
This package is DEPRECATED. Please use the urdfdom dependency directly instead of this package.
|
||||
|
|
Loading…
Reference in New Issue