add changelist

This commit is contained in:
Wim Meeussen 2012-07-11 13:39:53 -07:00
parent faa9b022d2
commit fbc1ae69c9
2 changed files with 15 additions and 1 deletions

15
ChangeList.txt Normal file
View File

@ -0,0 +1,15 @@
= 1.9.0 (Forthcoming) =
* Branch from 1.8.0
* Read dynamics info from collada <<Ticket(ros-pkg 5429)>>
* [[urdf_interface]]
* This package is now deprecated
* The stub that is in place points to header files installed from the urdfdom_headers library (available as deb)
* [[urdf_parser]]
* This package is now deprecated
* The stub that is in place points to header files and the libs installed from the urdfdom library (available as deb)
* [[srdf]]
* This package is now deprecated
* The stub that is in place points to header files and the libs installed from the srdfdom library (available as deb)
* [[urdf]]
* Use the rosconsole_bridge library (available as deb) to forward output from urdfdom to ROS console (effectively making things behave as they did before in terms of logging, but without having urdfdom depend on rosconsole, but on console_bridge, a much lighter dependency)

View File

@ -11,7 +11,6 @@
<review status="Doc reviewed" notes="2009-10-02"/> <review status="Doc reviewed" notes="2009-10-02"/>
<url>http://ros.org/wiki/robot_model</url> <url>http://ros.org/wiki/robot_model</url>
<depend stack="common_msgs" /> <!-- sensor_msgs --> <depend stack="common_msgs" /> <!-- sensor_msgs -->
<depend stack="common_rosdeps" /> <!-- common_rosdeps -->
<depend stack="geometry" /> <!-- tf, angles, tf_conversions --> <depend stack="geometry" /> <!-- tf, angles, tf_conversions -->
<depend stack="orocos_kinematics_dynamics" /> <!-- kdl --> <depend stack="orocos_kinematics_dynamics" /> <!-- kdl -->
<depend stack="ros" /> <!-- roslib --> <depend stack="ros" /> <!-- roslib -->