Quantcast
Channel: ROS Answers: Open Source Q&A Forum - RSS feed
Viewing all articles
Browse latest Browse all 126

What's the best way to publish dynamic parameters to a topic when they change?

$
0
0
I'd like to publish dynamic parameters (from dynamic_reconfigure) to a topic from a C++ node when they change. In Python, I just convert the dynamic parameters object to a string and publish it in the dynamic parameters callback. What's the best way to do something similar in C++?

Viewing all articles
Browse latest Browse all 126

Trending Articles