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

ostream operator << support for Configs #108

Open
lucasw opened this issue May 18, 2018 · 0 comments
Open

ostream operator << support for Configs #108

lucasw opened this issue May 18, 2018 · 0 comments

Comments

@lucasw
Copy link

lucasw commented May 18, 2018

Print out the contents of a Config object, make this possible:

#include <dynamic_reconfigure_example/ExampleConfig.h>
...
void ExampleServer::callback(dynamic_reconfigure_example::ExampleConfig& config,
      uint32_t level)
{
  ROS_INFO_STREAM(config);
  ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants