-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WaitForTopics
: get content of messages for each topic
#353
WaitForTopics
: get content of messages for each topic
#353
Conversation
I don't understand why the DCO action is failing. The only commit in this pull-request already has a |
It's because it is in the wrong format. It should be:
|
6d01e84
to
8143f1d
Compare
@clalancette Thank you for pointing that out. I fixed it. |
da2fa90
to
7a86ed1
Compare
WaitForTopics
: get content of messages for each topic
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for following up ! A couple of minor comments.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, but I'd be nice if @methylDragon or @wjwwood could also take a look.
d9fbc1b
to
8249e34
Compare
@adityapande-1995 The CI/CD pipeline is failing with the error:
However, I think this is not related to any changes I have made. |
@adityapande-1995 @clalancette wait_for_node_object = WaitForTopics(topic_list, timeout=2.0)
wait_for_node_object.wait()
wait_for_node_object.wait() # <-- here the subscribers to the topic_list topics are recreated even if they already exist
wait_for_node_object.shutdown() |
@adityapande-1995 I noticed that the CI was failing probably because of a network error on the servers. |
ros2#346 Signed-off-by: Pintaudi Giorgio <[email protected]>
Signed-off-by: Pintaudi Giorgio <[email protected]>
Signed-off-by: Pintaudi Giorgio <[email protected]>
Signed-off-by: Pintaudi Giorgio <[email protected]>
Signed-off-by: Pintaudi Giorgio <[email protected]>
Signed-off-by: Pintaudi Giorgio <[email protected]>
Signed-off-by: Pintaudi Giorgio <[email protected]>
Signed-off-by: Pintaudi Giorgio <[email protected]>
Signed-off-by: Pintaudi Giorgio <[email protected]>
I'll run full CI again, thanks for following up ! |
@LastStarDust looks like we have one small error, you can test locally using pyflakes |
Signed-off-by: Pintaudi Giorgio <[email protected]>
@adityapande-1995 Unfortunately, when I checked the syntax with So if you notice another flake8 error in the next CI, I beg you to run the linter with the correct settings and tell me exactly what is wrong, or at least tell me how to correctly set up the linter. |
@osrf-jenkins retest this please |
Great addition! I was just augmenting some test fixtures to add support for this. Is there any way this could be backported from |
@Mergifyio backport iron |
❌ Command disallowed due to command restrictions in the Mergify configuration.
|
@adityapande-1995 Would you be able to run the backport commands for this PR to |
In commit 0c081a7 (#360) we increased the timeout to 10 seconds to accomodate slower discovery. However, this was partially reverted in 2d125a5 (#353). Restore the 10 second timeout to avoid flakes on the buildfarm. Signed-off-by: Chris Lalancette <[email protected]>
In commit 0c081a7 (#360) we increased the timeout to 10 seconds to accomodate slower discovery. However, this was partially reverted in 2d125a5 (#353). Restore the 10 second timeout to avoid flakes on the buildfarm. Signed-off-by: Chris Lalancette <[email protected]>
https://github.com/Mergifyio backport iron |
✅ Backports have been created
|
* Get content of topic from launch_testing_ros::WaitForTopics #346 Signed-off-by: Pintaudi Giorgio <[email protected]> --------- Signed-off-by: Pintaudi Giorgio <[email protected]> (cherry picked from commit 2d125a5)
* Get content of topic from launch_testing_ros::WaitForTopics #346 Signed-off-by: Pintaudi Giorgio <[email protected]> --------- Signed-off-by: Pintaudi Giorgio <[email protected]> (cherry picked from commit 2d125a5) Signed-off-by: Aditya Pande <[email protected]>
https://github.com/Mergifyio backport humble |
✅ Backports have been created
|
* Get content of topic from launch_testing_ros::WaitForTopics #346 Signed-off-by: Pintaudi Giorgio <[email protected]> --------- Signed-off-by: Pintaudi Giorgio <[email protected]> (cherry picked from commit 2d125a5) # Conflicts: # launch_testing_ros/launch_testing_ros/wait_for_topics.py # launch_testing_ros/test/examples/wait_for_topic_launch_test.py
* Get content of topic from launch_testing_ros::WaitForTopics #346 Signed-off-by: Pintaudi Giorgio <[email protected]> --------- Signed-off-by: Pintaudi Giorgio <[email protected]> (cherry picked from commit 2d125a5) # Conflicts: # launch_testing_ros/launch_testing_ros/wait_for_topics.py # launch_testing_ros/test/examples/wait_for_topic_launch_test.py Signed-off-by: Aditya Pande <[email protected]>
* Get content of topic from launch_testing_ros::WaitForTopics #346 Signed-off-by: Pintaudi Giorgio <[email protected]> --------- Signed-off-by: Pintaudi Giorgio <[email protected]> (cherry picked from commit 2d125a5) # Conflicts: # launch_testing_ros/launch_testing_ros/wait_for_topics.py # launch_testing_ros/test/examples/wait_for_topic_launch_test.py Signed-off-by: Aditya Pande <[email protected]>
* Get content of topic from launch_testing_ros::WaitForTopics #346 --------- (cherry picked from commit 2d125a5) Signed-off-by: Pintaudi Giorgio <[email protected]> Signed-off-by: Aditya Pande <[email protected]> Co-authored-by: Giorgio Pintaudi <[email protected]>
… (#389) * `WaitForTopics`: get content of messages for each topic (#353) * Get content of topic from launch_testing_ros::WaitForTopics #346 Signed-off-by: Pintaudi Giorgio <[email protected]> --------- Signed-off-by: Pintaudi Giorgio <[email protected]> (cherry picked from commit 2d125a5) # Conflicts: # launch_testing_ros/launch_testing_ros/wait_for_topics.py # launch_testing_ros/test/examples/wait_for_topic_launch_test.py Signed-off-by: Aditya Pande <[email protected]> * Resolve conflicts (#390) Signed-off-by: Ryan Friedman <[email protected]> Signed-off-by: Aditya Pande <[email protected]> --------- Signed-off-by: Pintaudi Giorgio <[email protected]> Signed-off-by: Aditya Pande <[email protected]> Signed-off-by: Ryan Friedman <[email protected]> Co-authored-by: Giorgio Pintaudi <[email protected]> Co-authored-by: Ryan <[email protected]>
#346