- 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)
- Let sphinx add parameter description with nested structures to documentation (#652)
- 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)
- Adjust tests after passing URDF to controllers (#817)
- Contributors: Bence Magyar, Sai Kishor Kothakota
- Broadcaster parameters (#650)
- Added -Wconversion flag and fix warnings (#667)
- Let sphinx add parameter description to documentation (#651)
- Contributors: Christoph Fröhlich, gwalck
- 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)
- Contributors: Bence Magyar
- 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
- [IMU Broadcaster] Added parameters for definition of static covariances. (#455)
- Generate parameters for IMU Sensor Broadcaster (#399)
- Contributors: Denis Štogl, Tyler Weaver
- Fix undeclared and wrong parameters in controllers. (#438) * Add missing parameter declaration in the joint state broadcaster. * Fix unsensible test in IMU Sensor Broadcaster.
- Contributors: Denis Štogl
- 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
- fix: 🐛 make force_torque_sensor_broadcaster wait for realtime_publisher (#327)
- Contributors: Jaron Lundwall, Denis Štogl
- 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
- 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, bailaC
- Add auto declaration of parameters. (#224)
- Bring precommit config up to speed with ros2_control (#227)
- Add initial pre-commit setup. (#220)
- Contributors: Bence Magyar, Denis Štogl, Lovro Ivanov
- Add imu sensor broadcaster (#195) * Add imu_sensor_broadcaster * Link IMU Sensor broadcaster in controllers docs
- Contributors: Bence Magyar, Victor Lopez