Skip to content
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

Intra_process_demo camera_node and watermark_node print tons of warnings #362

Closed
clalancette opened this issue May 30, 2019 · 2 comments · Fixed by ros2/rclcpp#749
Closed
Assignees

Comments

@clalancette
Copy link
Contributor

Bug report

Required Info:

  • Operating System:
    • Ubuntu 18.04
  • Installation type:
    • Source
  • Version or commit hash:
  • DDS implementation:
    • Opensplice 6.9
  • Client library (if applicable):
    • rclcpp

Steps to reproduce issue

Terminal 1:

ros2 run intra_process_demo camera_node

Terminal 2:

ros2 run intra_process_demo watermark_node

Expected behavior

Both nodes run, passing data between them.

Actual behavior

Both nodes run, and data gets passed, but camera_node prints once:

[WARN] [rclcpp]: Intra process message no longer being stored when trying to handle it

And watermark_node continually prints:

[WARN] [rclcpp]: Intra process message no longer being stored when trying to handle it
[WARN] [rclcpp]: Intra process message no longer being stored when trying to handle it
[WARN] [rclcpp]: Intra process message no longer being stored when trying to handle it
[WARN] [rclcpp]: Intra process message no longer being stored when trying to handle it
[WARN] [rclcpp]: Intra process message no longer being stored when trying to handle it
[WARN] [rclcpp]: Intra process message no longer being stored when trying to handle it
[WARN] [rclcpp]: Intra process message no longer being stored when trying to handle it
[WARN] [rclcpp]: Intra process message no longer being stored when trying to handle it
[WARN] [rclcpp]: Intra process message no longer being stored when trying to handle it
[WARN] [rclcpp]: Intra process message no longer being stored when trying to handle it

Additional information

I don't see this with image_pipeline_all_in_one or with image_pipeline_with_two_image_view

@dirk-thomas
Copy link
Member

Are you working on this? If yes, please assign it to yourself and add it to the project board.

@clalancette
Copy link
Contributor Author

Are you working on this? If yes, please assign it to yourself and add it to the project board.

Not at the moment, no. I have a couple of other things that need to get done first, then I may have time to come back to this. In the meantime, if someone else wants to pick it up, that would be fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants