We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea1e3c4 commit 74b60eeCopy full SHA for 74b60ee
formant_ros2_adapter/scripts/components/formant_control/formant_control.py
@@ -98,6 +98,7 @@ def _cleanup(self):
98
self._fclient.unregister_teleop_callback(self._handle_teleop)
99
100
101
+# To do: make logger available outside of class
102
def get_all_formant_streams(config: ConfigSchema):
103
formant_streams: List[str] = []
104
if config.service_clients:
@@ -111,6 +112,7 @@ def get_all_formant_streams(config: ConfigSchema):
111
112
and config.localization.goal_publisher_ros2_topic is not None
113
):
114
formant_streams.append(config.localization.formant_stream)
115
+ return formant_streams
116
117
118
def get_localization_stream(config: ConfigSchema):
0 commit comments