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
[Joint State Broadcaster] Add option to publish joint states to local topics (ros-controls#218)
* Use local topics for publishing joint states
* Parameterize local namespace topics.
* Unify test structure.
* Use get_node() instead of node_ everywhere.
* Add missing return in init method.
* Update userdoc.rst
Names of extra joints to be added to ``/joint_states`` and ``/dynamic_joint_states`` with state set to 0.
21
+
``use_local_topics``
22
+
Optional parameter (boolean; default: ``False``) defining if ``joint_states`` and ``dynamic_joint_states`` messages should be published into local namespace, e.g., ``/my_state_broadcaster/joint_states``.
23
+
24
+
``extra_joints``
25
+
Optional parameter (string array) with names of extra joints to be added to ``joint_states`` and ``dynamic_joint_states`` with state set to 0.
0 commit comments