You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TODO(tfoote) use parameters interface not subscribe to events via topic ticketed #609
it uses basically /parameter_events subscription to check the use_sim_time which belongs to the node.
but as mentioned TODO, this can be done more efficiently using NodeParametersInterface.
Minor Enhancement
see
rclcpp/rclcpp/src/rclcpp/time_source.cpp
Line 280 in 411dbe8
it uses basically
/parameter_events
subscription to check theuse_sim_time
which belongs to the node.but as mentioned
TODO
, this can be done more efficiently usingNodeParametersInterface
.Implementation considerations
reference implementation (pretty old, reference only): fujitatomoya@7867e98
The text was updated successfully, but these errors were encountered: