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
* The node is passed to this class to handler the ROS parameters, this class allows
92
+
* to add a prefix to the pid parameters
93
+
*
94
+
* \param node Any ROS node
95
+
* \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.
* The node is passed to this class to handler the ROS parameters, this class allows
113
+
* to add a prefix to the pid parameters
114
+
*
115
+
* \param node Any ROS node
116
+
* \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.
118
+
* \param activate_state_publisher If true, the publisher will be enabled after initialization.
* \param param_prefix Prefix to add to the PID parameters. This string is not manipulated, i.e., probably should end with `.`.
147
+
* \param topic_prefix Prefix to add to the state publisher. This string is not manipulated, i.e., probably should end with `/`. 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.
148
+
* \param activate_state_publisher If true, the publisher will be enabled after initialization.
0 commit comments