Closed peci1 closed 2 months ago
Could I please get a review on this PR? It is pretty simple and it blocks the PR to nodelet_core which could drastically increase performance in simulation when many nodelets are used.
@mjcarroll @sloretz friendly ping
Thank you for the PR!
Thanks! Could you please retrigger CI for https://github.com/ros/nodelet_core/pull/120 ?
Browsing through the list of migrated ARO questions, I stumbled upon https://robotics.stackexchange.com/questions/96165/nodelet-load-process-does-message-deserialization .
It shows that a simple
nodelet load
process can take significant CPU cycles when running with a fast simulated clock (e.g. gazebo on 1 kHz).This option would allow
nodelet load
to disable the/clock
topic subscription which it doesn't need for anything (PR pending: https://github.com/ros/nodelet_core/pull/120).