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

[eloquent] Ensure rcl_clock accesses are thread-safe (ABI-safe version). #1056

Closed
wants to merge 4 commits into from

Commits on Apr 9, 2020

  1. Ensure rcl_clock accesses are thread-safe (ABI-safe version).

    This is an alternative PR to #999
    The code in this one is less nice, but it is ABI-safe.  Thus,
    it can be used as a short-term workaround for users hurt by
    the problem now, and/or used as the solution for Eloquent.
    
    Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
    clalancette committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    279fb41 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2020

  1. Use a function for getting the clock mutex.

    Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
    clalancette committed Apr 10, 2020
    Configuration menu
    Copy the full SHA
    f1a624b View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2020

  1. Fixes from review.

    Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
    clalancette committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    685bd50 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2020

  1. Fix crashes.

    Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
    clalancette committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    bfa97a4 View commit details
    Browse the repository at this point in the history