use NodeParameterInterface instead of /parameter_event to update "use…#2378
use NodeParameterInterface instead of /parameter_event to update "use…#2378
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 <Tomoya.Fujita@sony.com>
Signed-off-by: Tomoya Fujita <Tomoya.Fujita@sony.com>
Signed-off-by: Tomoya Fujita <Tomoya.Fujita@sony.com>
762bf58 to
85f656c
Compare
|
Pulls: #2378 |
|
windows failure is unrelated. |
…_sim_time"
address #2370
depends on #2742