Skip to content

Commit ddd6146

Browse files
authored
Remove TODO for OpenSplice DDS issue. (#928)
Signed-off-by: Tomoya Fujita <[email protected]>
1 parent f75f4e2 commit ddd6146

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

ros2topic/test/test_echo_pub.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,6 @@ def generate_test_description():
7373

7474
class TestROS2TopicEchoPub(unittest.TestCase):
7575

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.
8176
def setUp(self):
8277
self.context = rclpy.context.Context()
8378
rclpy.init(context=self.context)

0 commit comments

Comments
 (0)