We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f75f4e2 commit ddd6146Copy full SHA for ddd6146
ros2topic/test/test_echo_pub.py
@@ -73,11 +73,6 @@ def generate_test_description():
73
74
class TestROS2TopicEchoPub(unittest.TestCase):
75
76
- # TODO(hidmic): investigate why making use of the same rclpy node, executor
77
- # and context for all tests on a per rmw implementation basis
78
- # makes them fail on Linux-aarch64 when using 'rmw_opensplice_cpp'.
79
- # Presumably, interfaces creation/destruction and/or executor spinning
80
- # on one test is affecting the other.
81
def setUp(self):
82
self.context = rclpy.context.Context()
83
rclpy.init(context=self.context)
0 commit comments