Skip to content
This repository has been archived by the owner on Aug 11, 2023. It is now read-only.

Does exist some way to connect with the Parameter Server from a ROSJava node? #281

Open
jabrena opened this issue Jun 17, 2018 · 1 comment
Labels

Comments

@jabrena
Copy link

jabrena commented Jun 17, 2018

Hi,

I would like to know how to get data from the ROS Master Parameter Server.
http://wiki.ros.org/Parameter%20Server

Many thanks in advance.

Juan Antonio

@jubeira
Copy link

jubeira commented Jun 18, 2018

Hi @jabrena,

Probably ROS answers is a better place for questions like these.
Anyway, you can check this link. The document is not completely up to date, but this part still applies. Take a look at the parameter tree, and also to parameter listeners. You can get / set parameters, and you can also create listeners with callbacks that get notifications whenever a parameter changes.

You can also create a service client for dynamic reconfigure if your system provides a server for that service.

Hope that helps!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants