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
fix(ros): skip use_sim_time warning when sim clock disabled; drop redundant slow-sim warning
Addresses review feedback: the use_sim_time=true warning no longer fires
when disable_sim_time_clock_ is set, since the node isn't the /clock
source in that case. Also removes the now-redundant "run_simulation()
took ... CPU" throttled warning, superseded by the achieved real-time
factor already shown in the GUI status overlay.
0 commit comments