Use ROS 2 Type Masquerading to publish costmap messages to Behavior, Smoother, Docking servers without copies #4829
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Right now, the costmap publisher, subscriber model copies the costmap into a message, publishes it, and copies the contents back into a costmap for use. If we use type masquerading like cv2::Mat -> Image and pcl::PointCloudXYZ -> PointCloud2, then we can skip copies in conversions
The text was updated successfully, but these errors were encountered: