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

Fix spin_until_future_complete: check spinning value #1023

Merged
merged 5 commits into from
Jun 11, 2020

Commits on Jun 10, 2020

  1. Fix spin_until_future_complete: Couldn't terminate while loop althoug…

    …h executor is cancaled
    
    Signed-off-by: Donghee Ye <donghee.ye@samsung.com>
    DongheeYe committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    04edcd6 View commit details
    Browse the repository at this point in the history
  2. Apply comment: fix error message

    Signed-off-by: Donghee Ye <donghee.ye@samsung.com>
    DongheeYe committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    3b807c4 View commit details
    Browse the repository at this point in the history
  3. Apply comment: add spin_once_impl private method

    Signed-off-by: Donghee Ye <donghee.ye@samsung.com>
    DongheeYe committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    79e36fd View commit details
    Browse the repository at this point in the history
  4. Fix uncrustify build error

    Signed-off-by: Donghee Ye <donghee.ye@samsung.com>
    DongheeYe committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    b275cdc View commit details
    Browse the repository at this point in the history
  5. Add RCLCPP_PUBLIC for window ci test

    Signed-off-by: Donghee Ye <donghee.ye@samsung.com>
    DongheeYe committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    546751b View commit details
    Browse the repository at this point in the history