<div dir="ltr"><div><div><div><div>TL;DR: scroll down and check the list.<br></div><br>Hello everyone,<br></div><div><br></div><div>Now that ROS Kinetic has been released I would like to bring your attention to the new features we have introduced to ros_control in Kinetic.<br><br></div><div>This day ros_control is being used by members of industry, academia and even space agencies. Pretty neat, huh? <br></div><div><br>We would like to thank everyone contributing to the software and the discussions, your feedback is what keeps things improving. <br><br>If you are in doubt about some features, feel free to open an issue on github and we will do our best to answer. If you have code to patch up, feel free to open a pull request and as always, we are a bit behind on documentation, so if you'd like to contribute that's a good spot to start!<br><br>New features of ros_control in Kinetic:<br></div><ul><li><b>CombinedRobotHW </b>adds the feature of loading RobotHW classes as plugins, platform-specific ros_control RobotHW implementations can now be shipped along with the platform and there's no need to customize the RobotHW every time new hardware is added. Minimizing integration efforts for the better.<br> Examples: </li></ul><div><ul><ul><li>Mobile base that can have one arm or 2 arms. <br></li><li>Arm that can have several fancy end effectors.<br>For more see: <a href="https://github.com/ros-controls/ros_control/pull/231">https://github.com/ros-controls/ros_control/pull/231</a></li></ul><li><b>joint_trajectory_controller</b> now publishes feedback on the action interface. <br>For more see: <a href="https://github.com/ros-controls/ros_controllers/issues/173">https://github.com/ros-controls/ros_controllers/issues/173</a></li><li>The <b>PID</b> class in control_toolbox supports:</li><ul><li>Negative values through the dynamic_reconfigure interface: <a href="https://github.com/ros-controls/control_toolbox/pull/50">https://github.com/ros-controls/control_toolbox/pull/50</a></li><li>When configured, they publish their state information on a topic of type <a href="https://github.com/ros-controls/control_msgs/blob/indigo-devel/control_msgs/msg/PidState.msg">https://github.com/ros-controls/control_msgs/blob/indigo-devel/control_msgs/msg/PidState.msg</a></li><li>Anti-windup: <a href="https://github.com/ros-controls/control_toolbox/pull/38">https://github.com/ros-controls/control_toolbox/pull/38</a><br></li></ul></ul></div><br></div>Cheers,<br></div>Bence<br></div>