Skip to content

Commit

Permalink
Remove TODO for OpenSplice DDS issue. (#928)
Browse files Browse the repository at this point in the history
Signed-off-by: Tomoya Fujita <[email protected]>
  • Loading branch information
fujitatomoya authored Sep 4, 2024
1 parent f75f4e2 commit ddd6146
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ros2topic/test/test_echo_pub.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,6 @@ def generate_test_description():

class TestROS2TopicEchoPub(unittest.TestCase):

# TODO(hidmic): investigate why making use of the same rclpy node, executor
# and context for all tests on a per rmw implementation basis
# makes them fail on Linux-aarch64 when using 'rmw_opensplice_cpp'.
# Presumably, interfaces creation/destruction and/or executor spinning
# on one test is affecting the other.
def setUp(self):
self.context = rclpy.context.Context()
rclpy.init(context=self.context)
Expand Down

0 comments on commit ddd6146

Please sign in to comment.