Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use persistent connection when getting model state from Gazebo #19

Open
hc825b opened this issue Sep 24, 2019 · 0 comments
Open

Use persistent connection when getting model state from Gazebo #19

hc825b opened this issue Sep 24, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@hc825b
Copy link
Member

hc825b commented Sep 24, 2019

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.

http://wiki.ros.org/rospy/Overview/Services#Persistent_connections

@hc825b hc825b added the enhancement New feature or request label Sep 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant