Contents
1.5.6 (2011-07-26)
Add back tinyxml backwards compatibility package
- Add some yaml-cpp rosdeps.
1.5.4 (2011-07-15)
Remove tinyxml package. This is now a system dependency.
1.5.4 (2011-07-13)
actionlib: Modified to no longer use ros::Message
1.5.3 (2011-07-12)
Moved rosdeps to common_rosdeps, fix for yaml-cpp inconsistency.
1.5.2 (2011-07-01)
- Fix rosdeps due to improper tree upon release.
1.5.1 (2011-07-01)
1.5.0 (2011-06-28)
Major refactoring to separate independent libraries in common. This separation enables downstream stacks to declare more fine-grained dependencies and simplify integration. The common Electric stack is backwards compatible with Diamondback, but stacks should convert their dependencies to use the more direct dependencies below. This backwards compatibility will be removed in ROS Fuerte.
nodelet_core: new stack for nodelet and nodelet_topic_tools
pluginlib: new unary stack
Deprecated tinyxml. Use tinyxml rosdep instead.
- Added declared_nodelet script.
In actionlib the status topic is now latched. Also, added the actionlib_status_frequency parameter which is searched for with searchParam that allows easily setting the frequency at which status should be published by a set of actions. The local status_frequency parameter takes precedence over the actionlib_status_frequency parameter for backwards compatibility.