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
When there are too many subscribers on Nebula's pointcloud or packets topics, the decoder thread (on which publish() is called) cannot keep up with the incoming buffered packets and the internal mt_queue overflows. This prints errors to the console but ultimately, packets are missing in the published pointclouds.
A better solution might be to publish in parallel to multiple subscribers but we have not currently investigated if this is viable, as the publish() call is not something we can influence.
The text was updated successfully, but these errors were encountered:
When there are too many subscribers on Nebula's pointcloud or packets topics, the decoder thread (on which
publish()
is called) cannot keep up with the incoming buffered packets and the internalmt_queue
overflows. This prints errors to the console but ultimately, packets are missing in the published pointclouds.A better solution might be to publish in parallel to multiple subscribers but we have not currently investigated if this is viable, as the
publish()
call is not something we can influence.The text was updated successfully, but these errors were encountered: