can foxglove add some examples of how to use updateParameterValues & publishParameterValues interfaces (c++) in a server #989
Answered
by
achim-k
xiao-yang25
asked this question in
Q&A
-
I create a server and receive parameters from a client, what i want to do is that when receive parameters, the server can send some backfeed to the client. i need a example of cpp.thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
achim-k
Apr 16, 2024
Replies: 1 comment 1 reply
-
When parameters are set by the client, the server can send updated / new parameters to the client. This is for example done in the foxglove_bridge server which is written in C++ |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
xiao-yang25
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When parameters are set by the client, the server can send updated / new parameters to the client. This is for example done in the foxglove_bridge server which is written in C++