Re: [ros-users] ROS communication performance .

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
+ (text/html)
このメッセージを削除
このメッセージに返信
著者: Josh Faust
日付:  
To: ros-users
題目: Re: [ros-users] ROS communication performance .
>
> * roscpp: much better *intra*process latency performance
> * nodelets: basically our alternative to shared memory that takes
> advantage of the improved roscpp intraprocess performance
> * rospy: much better serialization performance (thanks to James Bowman)
>
>

roscpp's marshalling performance has improved slightly as well. It will
improve significantly for deserialization once we can break backwards
compatibility and remove the Message base class.

Josh