Re: [ros-users] ROS communication performance .

Forside
Vedhæftede filer:
Indlæg som e-mail
+ (text/plain)
+ (text/html)
Slet denne besked
Besvar denne besked
Skribent: Josh Faust
Dato:  
Til: ros-users
Emne: 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