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
From experiments shown in ros-drivers/ros2_ouster_drivers#41, we see that when publishing unique pointers rather than raw messages themselves, there is a substantial decrease in litter in the system.
We should transition all ROS publishers in navigation (and anywhere we can) to this method. This is especially important for topics publishing larger messages like pointclouds, maps, and images.
The text was updated successfully, but these errors were encountered:
From experiments shown in ros-drivers/ros2_ouster_drivers#41, we see that when publishing unique pointers rather than raw messages themselves, there is a substantial decrease in litter in the system.
We should transition all ROS publishers in navigation (and anywhere we can) to this method. This is especially important for topics publishing larger messages like pointclouds, maps, and images.
The text was updated successfully, but these errors were encountered: