You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* \param param_prefix prefix to add to the pid parameters.
96
-
* \param topic_prefix prefix to add to the state publisher. If it starts with `~/`, topic will be local under the namespace of the node. If it starts with `/` or an alphanumeric character, topic will be in global namespace.
89
+
* \param topic_prefix prefix to add to the state publisher.
90
+
* If it starts with `~/`, topic will be local under the namespace of the node.
91
+
* If it starts with `/` or an alphanumeric character, topic will be in global namespace.
92
+
*
93
+
* state publisher is not activated if topic_prefix is empty,
* \param param_prefix prefix to add to the pid parameters.
117
-
* \param topic_prefix prefix to add to the state publisher. If it starts with `~/`, topic will be local under the namespace of the node. If it starts with `/` or an alphanumeric character, topic will be in global namespace.
114
+
* \param topic_prefix prefix to add to the state publisher.
115
+
* If it starts with `~/`, topic will be local under the namespace of the node.
116
+
* If it starts with `/` or an alphanumeric character, topic will be in global namespace.
118
117
* \param activate_state_publisher If true, the publisher will be enabled after initialization.
0 commit comments