[ros-users] Nodelets, image_transport, and shared_ptr

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: User discussions
日付:  
To: User discussions
題目: [ros-users] Nodelets, image_transport, and shared_ptr
In the nodelet documentation, it says that shared_ptr should be used for passing data, for efficiency reasons.

Is this done by default in image_trasnport? If not, what is the preferred way to publish something like shared_ptr<cv::Mat>?

--Nick