-
Notifications
You must be signed in to change notification settings - Fork 454
use NodeParameterInterface instead of /parameter_event to update "use… #2378
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
Conversation
23b8739
to
9b0881b
Compare
9f6c2c7
to
c727556
Compare
Looks good to me. While reviewing this, I stumbled over rclcpp/rclcpp/src/rclcpp/time_source.cpp Line 400 in 892cae9
This could also be simplified by just spinning. The future has no way of waking up the executor, and the cancel: rclcpp/rclcpp/src/rclcpp/time_source.cpp Line 433 in 892cae9
Is what stops the thread in the end... I really don't like this spin until future complete api, I have seen a lot of wrong usages... |
Pulls: #2378 |
@ahcorde @jmachowinski thanks for reviewing this. i need to rebase and take care of the failures. |
c727556
to
ef901a9
Compare
@jmachowinski agree, i can patch that with another PR (and probably backports), because this one is dependent on current rolling only. i will include you once that is ready. |
…_sim_time" Signed-off-by: Tomoya Fujita <[email protected]>
Signed-off-by: Tomoya Fujita <[email protected]>
Signed-off-by: Tomoya Fujita <[email protected]>
762bf58
to
85f656c
Compare
Pulls: #2378 |
windows failure is unrelated. |
…_sim_time"
address #2370
depends on #2742