Closed pbaughman closed 5 years ago
@wjwwood Any idea who I can ask about this? It looks like there were a few recent rclpy changes that coincide with this problem. I'll cross-reference the issue on the rclpy repo.
@hidmic This will likely affect the launch_testing fork version too.
It looks like this is an issue in rclpy, so this will magically start to work again once that's fixed
New nightly docker image is out. CI is passing again with Pipeline https://gitlab.com/ApexAI/apex_rostest/pipelines/58879728
I have a scheduled CI job that runs against the 'nightly' docker image. In this image, I can no longer run the talker_listener.test.py example.
Steps to reproduce (assuming apex_rostest repo is cloned to ~/apex_rostest:
You should see the example test
test_talker_transmits
fail with the following stack trace:This test is calling rclpy.spin until two messages are received on the 'talker_chatter' topic (remapped from just 'chatter' in the LaunchDescription
This just started failing in this CI pipeline using this docker image:
The previous nightly build passed without a problem using this docker image: