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
Since we will repeatedly call /gazebo/get_model_state or /gazebo/set_model_state services, persistent connection allows us to avoid recreating ServiceProxy at every call and achieves higher throughput.
Since we will repeatedly call
/gazebo/get_model_state
or/gazebo/set_model_state
services, persistent connection allows us to avoid recreatingServiceProxy
at every call and achieves higher throughput.http://wiki.ros.org/rospy/Overview/Services#Persistent_connections
The text was updated successfully, but these errors were encountered: