- Unused header cleanup (#1199)
- Fix WaitSet issue in tests (#1206)
- Fix parallel gripper controller CI (#1202)
- Contributors: Henry Moore, Sai Kishor Kothakota
- added changes corresponding to the logger and clock propagation in ResourceManager (#1184)
- Contributors: Sai Kishor Kothakota
- Add test_depend on hardware_interface_testing (#1018)
- Fix tests for using new get_node_options API (#840)
- Contributors: Christoph Fröhlich, Sai Kishor Kothakota
- Add tests for interface_configuration_type consistently (#899)
- Contributors: Christoph Fröhlich
- Add few warning flags to error (#961)
- Contributors: Sai Kishor Kothakota
- Increase test coverage of interface configuration getters (#856)
- Contributors: Christoph Fröhlich
- fix tests for API break of passing controller manager update rate in init method (#854)
- Resort overview page (#846)
- Adjust tests after passing URDF to controllers (#817)
- Contributors: Bence Magyar, Christoph Fröhlich, Sai Kishor Kothakota
- [Doc] Add specific documentation on the available fw cmd controllers (#765)
- Contributors: Christoph Fröhlich
- Use tabs (#743)
- Contributors: Christoph Fröhlich
- Added -Wconversion flag and fix warnings (#667)
- Let sphinx add parameter description to documentation (#651)
- Contributors: Christoph Fröhlich, gwalck
- enable ReflowComments to also use ColumnLimit on comments (#625)
- Contributors: Sai Kishor Kothakota
- Use branch name substitution for all links (#618)
- Fix github links on control.ros.org (#604)
- Contributors: Christoph Fröhlich
- Renovate load controller tests (#569)
- Fix docs format (#589)
- Contributors: Bence Magyar, Christoph Fröhlich
- Add comments about auto-generated header files (#539)
- Contributors: AndyZe
- Fix overriding of install (#510)
- Contributors: Tyler Weaver, Chris Thrasher
- Add backward_ros to all controllers (#489)
- Contributors: Bence Magyar
- Generate params for ForwardCommandController (#396)
- Contributors: Tyler Weaver
- CMakeLists cleanup (#362)
- Fix exception about parameter already been declared & Change default c++ version to 17 (#360) * Default C++ version to 17 * Replace explicit use of declare_paremeter with auto_declare
- Contributors: Andy Zelenak, Jafar Abdi
- Multi-interface Forward Controller (#154)
- updated to use node getter functions (#329)
- Contributors: Bence Magyar, Denis Štogl, Jack Center
- Use CallbackReturn from controller_interface namespace (#333)
- Contributors: Bence Magyar, Denis Štogl
- Use lifecycle node as base for controllers (#244)
- Contributors: Denis Štogl, Vatan Aksoy Tezer, Bence Magyar
- Adding reset() for forward_command_controller (#283)
- Contributors: bailaC
- Forward command controller test update (#273) * removed unnecessary lines and updated comments * fixed pre-commit issues * removed extra part of test
- Contributors: Jack Center
- Move interface sorting into ControllerInterface (#259)
- Revise for-loop style (#254)
- Contributors: bailaC
- Reset and test of command buffer for forwarding controllers. (#246)
- Remove compile warnings. (#245)
- Add time and period to update function (#241)
- ros2_controllers code changes to support ros2_controls issue #489 (#233)
- Removing Boost from controllers. (#235)
- Contributors: Bence Magyar, Denis Štogl, bailaC
- Add auto declaration of parameters. (#224)
- Bring precommit config up to speed with ros2_control (#227)
- Add initial pre-commit setup. (#220)
- Reduce docs warnings and correct adding guidelines (#219)
- Contributors: Bence Magyar, Denis Štogl, Lovro Ivanov
- Force torque sensor broadcaster (#152) * Add rclcpp::shutdown(); to all standalone test functions
- Fix parameter initialisation for galactic (#199)
- Contributors: Denis Štogl, Tim Clephas
- [JointTrajectoryController] Enable position, velocity and acceleration interfaces (#140) * joint_trajectory_controller should not go into FINALIZED state when fails to configure, remain in UNCONFIGURED
- Contributors: Denis Štogl, Bence Magyar
- Migrate from deprecated controller_interface::return_type::SUCCESS -> OK (#167)
- Add basic user docs pages for each package (#156)
- Contributors: Bence Magyar
- Use ros2 contol test assets (#138) * Add description to test trajecotry_controller * Use ros2_control_test_assets package * Delete obsolete components plugin export
- Contributors: Denis Štogl
- Restore forward command derivatives (#133)
- Contributors: Bence Magyar