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

Do not timeout when waiting for transforms #146

Merged
merged 3 commits into from
Aug 7, 2019

Commits on Aug 6, 2019

  1. Do not timeout when waiting for transforms

    Previously, a value of zero was causing timeouts to happen immediately.
    
    Signed-off-by: Jacob Perron <jacob@openrobotics.org>
    jacobperron committed Aug 6, 2019
    Configuration menu
    Copy the full SHA
    c114b9b View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2019

  1. Make buffer lookup timeout a parameter to MessageFilter

    The parameter defaults to std::chrono::duration::max().
    
    Signed-off-by: Jacob Perron <jacob@openrobotics.org>
    jacobperron committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    2a4e1f9 View commit details
    Browse the repository at this point in the history
  2. Add test for construction/destruction of MessageFilter objects

    Signed-off-by: Jacob Perron <jacob@openrobotics.org>
    jacobperron committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    0c317aa View commit details
    Browse the repository at this point in the history