You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These should probably be combined, but then we run into a combinatorial problem; we would test all combinations of RMW implementations x the rclcpp or rclpy x all QoS parameters, which would lead to a very long test. What we should probably do is combine the above, and then choose some subset of the tests that make sense and run those.
The text was updated successfully, but these errors were encountered:
Enabebling these tests for a single client library and a single message type (for all rmw) is a good way to test this for now until we change the way to whitelist/blacklist specific tests
There are 2 branches currently in this repository that start adding QoS tests:
These should probably be combined, but then we run into a combinatorial problem; we would test all combinations of RMW implementations x the rclcpp or rclpy x all QoS parameters, which would lead to a very long test. What we should probably do is combine the above, and then choose some subset of the tests that make sense and run those.
The text was updated successfully, but these errors were encountered: