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
I use rplidar node with auto_standby option which stops the LIDAR motor when there is no subscription. Using it together with a laser filter forces the motor to constantly run as the filter chains constantly subscribes on the scan topic, even when there is no subscription on scan_filtered topic.
I think it would be beneficial to implement lazy subscription using rmw matched events, similar to how it's done in ros-perception/image_pipeline#815
The text was updated successfully, but these errors were encountered:
I use rplidar node with
auto_standby
option which stops the LIDAR motor when there is no subscription. Using it together with a laser filter forces the motor to constantly run as the filter chains constantly subscribes on thescan
topic, even when there is no subscription onscan_filtered
topic.I think it would be beneficial to implement lazy subscription using rmw matched events, similar to how it's done in ros-perception/image_pipeline#815
The text was updated successfully, but these errors were encountered: