CHANGELOG
Changelog for package test_quality_of_service
0.23.0 (2025-02-02)
Fixed some qos test related with Zenoh (#551)
Contributors: Alejandro Hernández Cordero
0.22.1 (2024-11-20)
0.22.0 (2024-10-03)
0.21.1 (2024-07-09)
0.21.0 (2024-04-29)
0.20.2 (2024-04-16)
0.20.1 (2024-03-27)
0.20.0 (2023-12-26)
0.19.0 (2023-10-04)
0.18.0 (2023-09-07)
0.17.1 (2023-08-21)
0.17.0 (2023-07-11)
0.16.1 (2023-05-11)
0.16.0 (2023-04-28)
0.15.1 (2023-04-11)
0.15.0 (2023-02-13)
0.14.0 (2022-09-13)
Pass rclcpp::QoS to create_service (#507)
Pass rclcpp::QoS to create_client (#506)
Remove Werror from test_quality_of_service. (#503)
Revert “Replace deprecated spin_until_future_complete with spin_until_complete (#499)” (#504)
Replace deprecated spin_until_future_complete with spin_until_complete (#499)
Contributors: Chris Lalancette, Hubert Liberacki, Shane Loretz, William Woodall
0.13.0 (2022-05-04)
Add tests for ‘best available’ QoS policies (#501)
Contributors: Jacob Perron
0.12.3 (2022-04-05)
0.12.2 (2022-03-28)
0.12.1 (2022-01-13)
Update maintainers to Aditya Pande and Shane Loretz (#491)
Contributors: Audrow Nash
0.12.0 (2021-11-18)
0.11.1 (2021-04-26)
0.11.0 (2021-04-06)
0.10.0 (2021-03-18)
0.9.1 (2020-07-06)
0.9.0 (2020-06-04)
Code style only: wrap after open parenthesis if not in one line. (#397)
Contributors: Dirk Thomas
0.8.0 (2019-11-20)
0.8.0
Remove broken constructors. (#389)
Contributors: Dan Rose, Michael Carroll
0.7.1 (2019-05-29)
QoS System Tests. (#347) * Added new Quality of Service system test package Added simple test for liveliness * Added deadline system test Added lifespan system test * Added linting fixes * Added documentation Added minor liveliness test cleanup * Fix CMake warnings * Added base class for test nodes Added implementation headers and files Addressed review comments * Added simple deadline test Renamed implementing classes to avoid namespace confusion * Addressed review comments Fixed bugs in fixture bringup and teardown Fixed base class issues * Fix compiler errors * Update to be compatible with latest rclcpp API * Removes unused find_package for pytest. * Fix windows compiler warnings * Replace rclcpp::get_logger() with Node::get_logger()
Contributors: Devin Bonnie