test_quality_of_service package from system_tests repotest_cli test_cli_remapping test_communication test_quality_of_service test_rclcpp test_security |
|
Package Summary
Tags | No category tags. |
Version | 0.12.4 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros2/system_tests.git |
VCS Type | git |
VCS Version | humble |
Last Updated | 2023-11-21 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Aditya Pande
- Shane Loretz
Authors
- Amazon ROS Contributions
- Jacob Perron
- William Woodall
Changelog for package test_quality_of_service
0.12.4 (2023-11-21)
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)
- Updated maintainers (#489)
- Fix deprecated subscriber callback warnings (#483)
- Add changelogs (#473)
- Contributors: Abrar Rahman Protyasha, Aditya Pande, Ivan Santiago Paunovic
0.11.1 (2021-04-26)
0.11.0 (2021-04-06)
0.10.0 (2021-03-18)
- Add support for rmw_connextdds. (#463)
- Run QoS tests. (#441)
- Update maintainers. (#450)
- Contributors: Andrea Sorbini, Jacob Perron, Michel Hidalgo
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
0.7.0 (2019-05-20)
0.6.0 (2018-12-14)
0.4.0 (2017-12-08)
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake | |
ament_cmake_gtest | |
ament_lint_auto | |
ament_lint_common | |
rclcpp | |
rcutils | |
rmw | |
rmw_implementation | |
rmw_implementation_cmake | |
std_msgs |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged test_quality_of_service at Robotics Stack Exchange
test_quality_of_service package from system_tests repotest_cli test_cli_remapping test_communication test_quality_of_service test_rclcpp test_security |
|
Package Summary
Tags | No category tags. |
Version | 0.15.3 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros2/system_tests.git |
VCS Type | git |
VCS Version | iron |
Last Updated | 2024-02-07 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Brandon Ong
Authors
- Aditya Pande
- Amazon ROS Contributions
- Jacob Perron
- Shane Loretz
- William Woodall
Changelog for package test_quality_of_service
0.15.3 (2024-02-07)
0.15.2 (2023-07-14)
- Fix test QoS on macOS by moving qos_utilities.cpp to the four tests (#519)
- Contributors: PhDittmann
0.15.1 (2023-04-11)
- Fix ODR errors with gtest (#514)
- Avoid flaky test (#513)
- Contributors: Chen Lihui, Chris Lalancette, methylDragon
0.15.0 (2023-02-13)
- Update the system tests to C++17. (#510)
- [rolling] Update maintainers - 2022-11-07 (#509)
- Contributors: Audrow Nash, Chris Lalancette
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)
- Updated maintainers (#489)
- Fix deprecated subscriber callback warnings (#483)
- Add changelogs (#473)
- Contributors: Abrar Rahman Protyasha, Aditya Pande, Ivan Santiago Paunovic
0.11.1 (2021-04-26)
0.11.0 (2021-04-06)
0.10.0 (2021-03-18)
- Add support for rmw_connextdds. (#463)
- Run QoS tests. (#441)
- Update maintainers. (#450)
- Contributors: Andrea Sorbini, Jacob Perron, Michel Hidalgo
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
0.7.0 (2019-05-20)
0.6.0 (2018-12-14)
0.4.0 (2017-12-08)
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake_ros | |
ament_cmake_gtest | |
ament_lint_auto | |
ament_lint_common | |
rcl | |
rclcpp | |
rcutils | |
rmw | |
rmw_implementation | |
rmw_implementation_cmake | |
std_msgs | |
test_msgs |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged test_quality_of_service at Robotics Stack Exchange
test_quality_of_service package from system_tests repotest_cli test_cli_remapping test_communication test_quality_of_service test_rclcpp test_security |
|
Package Summary
Tags | No category tags. |
Version | 0.20.2 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros2/system_tests.git |
VCS Type | git |
VCS Version | jazzy |
Last Updated | 2024-04-16 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Brandon Ong
Authors
- Aditya Pande
- Amazon ROS Contributions
- Jacob Perron
- Shane Loretz
- William Woodall
Changelog for package test_quality_of_service
0.20.2 (2024-04-16)
0.20.1 (2024-03-27)
0.20.0 (2023-12-26)
- Cleanup header includes in test_quality_of_service. (#533)
- Switch to target_link_libraries everywhere. (#532)
- Contributors: Chris Lalancette
0.19.0 (2023-10-04)
0.18.0 (2023-09-07)
0.17.1 (2023-08-21)
0.17.0 (2023-07-11)
- Fix test QoS on macOS by moving qos_utilities.cpp to the four tests; fixes #517 (#518)
- Contributors: PhDittmann
0.16.1 (2023-05-11)
0.16.0 (2023-04-28)
0.15.1 (2023-04-11)
- Fix ODR errors with gtest (#514)
- Avoid flaky test (#513)
- Contributors: Chen Lihui, Chris Lalancette, methylDragon
0.15.0 (2023-02-13)
- Update the system tests to C++17. (#510)
- [rolling] Update maintainers - 2022-11-07 (#509)
- Contributors: Audrow Nash, Chris Lalancette
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)
- Updated maintainers (#489)
- Fix deprecated subscriber callback warnings (#483)
- Add changelogs (#473)
- Contributors: Abrar Rahman Protyasha, Aditya Pande, Ivan Santiago Paunovic
0.11.1 (2021-04-26)
0.11.0 (2021-04-06)
0.10.0 (2021-03-18)
- Add support for rmw_connextdds. (#463)
- Run QoS tests. (#441)
- Update maintainers. (#450)
- Contributors: Andrea Sorbini, Jacob Perron, Michel Hidalgo
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
0.7.0 (2019-05-20)
0.6.0 (2018-12-14)
0.4.0 (2017-12-08)
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake_ros | |
ament_cmake_gtest | |
ament_lint_auto | |
ament_lint_common | |
rcl | |
rclcpp | |
rcutils | |
rmw | |
rmw_implementation | |
rmw_implementation_cmake | |
std_msgs | |
test_msgs |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged test_quality_of_service at Robotics Stack Exchange
test_quality_of_service package from system_tests repotest_cli test_cli_remapping test_communication test_quality_of_service test_rclcpp test_security |
|
Package Summary
Tags | No category tags. |
Version | 0.22.0 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros2/system_tests.git |
VCS Type | git |
VCS Version | rolling |
Last Updated | 2024-10-03 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Brandon Ong
Authors
- Aditya Pande
- Amazon ROS Contributions
- Jacob Perron
- Shane Loretz
- William Woodall
Changelog for package test_quality_of_service
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)
- Cleanup header includes in test_quality_of_service. (#533)
- Switch to target_link_libraries everywhere. (#532)
- Contributors: Chris Lalancette
0.19.0 (2023-10-04)
0.18.0 (2023-09-07)
0.17.1 (2023-08-21)
0.17.0 (2023-07-11)
- Fix test QoS on macOS by moving qos_utilities.cpp to the four tests; fixes #517 (#518)
- Contributors: PhDittmann
0.16.1 (2023-05-11)
0.16.0 (2023-04-28)
0.15.1 (2023-04-11)
- Fix ODR errors with gtest (#514)
- Avoid flaky test (#513)
- Contributors: Chen Lihui, Chris Lalancette, methylDragon
0.15.0 (2023-02-13)
- Update the system tests to C++17. (#510)
- [rolling] Update maintainers - 2022-11-07 (#509)
- Contributors: Audrow Nash, Chris Lalancette
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)
- Updated maintainers (#489)
- Fix deprecated subscriber callback warnings (#483)
- Add changelogs (#473)
- Contributors: Abrar Rahman Protyasha, Aditya Pande, Ivan Santiago Paunovic
0.11.1 (2021-04-26)
0.11.0 (2021-04-06)
0.10.0 (2021-03-18)
- Add support for rmw_connextdds. (#463)
- Run QoS tests. (#441)
- Update maintainers. (#450)
- Contributors: Andrea Sorbini, Jacob Perron, Michel Hidalgo
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
0.7.0 (2019-05-20)
0.6.0 (2018-12-14)
0.4.0 (2017-12-08)
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake_ros | |
ament_cmake_gtest | |
ament_lint_auto | |
ament_lint_common | |
rcl | |
rclcpp | |
rcutils | |
rmw | |
rmw_implementation | |
rmw_implementation_cmake | |
std_msgs | |
test_msgs |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged test_quality_of_service at Robotics Stack Exchange
test_quality_of_service package from system_tests repotest_cli test_cli_remapping test_communication test_quality_of_service test_rclcpp test_security |
|
Package Summary
Tags | No category tags. |
Version | 0.11.2 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros2/system_tests.git |
VCS Type | git |
VCS Version | galactic |
Last Updated | 2022-12-07 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Jacob Perron
- William Woodall
- Amazon ROS Contributions
Authors
Changelog for package test_quality_of_service
0.11.2 (2022-12-06)
- Add changelogs (#474)
- Contributors: Ivan Santiago Paunovic
0.11.1 (2021-04-26)
0.11.0 (2021-04-06)
0.10.0 (2021-03-18)
- Add support for rmw_connextdds. (#463)
- Run QoS tests. (#441)
- Update maintainers. (#450)
- Contributors: Andrea Sorbini, Jacob Perron, Michel Hidalgo
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
0.7.0 (2019-05-20)
0.6.0 (2018-12-14)
0.4.0 (2017-12-08)
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake | |
ament_cmake_gtest | |
ament_lint_auto | |
ament_lint_common | |
rclcpp | |
rcutils | |
rmw | |
rmw_implementation | |
rmw_implementation_cmake | |
std_msgs |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged test_quality_of_service at Robotics Stack Exchange
test_quality_of_service package from system_tests repotest_cli test_cli_remapping test_communication test_quality_of_service test_rclcpp test_security |
|
Package Summary
Tags | No category tags. |
Version | 0.9.2 |
License | Apache License 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/ros2/system_tests.git |
VCS Type | git |
VCS Version | foxy |
Last Updated | 2022-01-31 |
Dev Status | DEVELOPED |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Amazon ROS Contributions
Authors
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake | |
ament_cmake_gtest | |
ament_lint_auto | |
ament_lint_common | |
rclcpp | |
rcutils | |
rmw | |
rmw_implementation | |
rmw_implementation_cmake | |
std_msgs |