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 d780864 commit 7d02ae3Copy full SHA for 7d02ae3
formant_ros2_adapter/scripts/components/formant_control/formant_control.py
@@ -34,10 +34,14 @@ def setup_with_config(
34
35
self._cleanup()
36
formant_streams = get_all_formant_streams(config)
37
+ self._logger.info(
38
+ "Registering callback for Formant Streams: %s" % formant_streams
39
+ )
40
self._localization_stream = get_localization_stream(config)
41
self._fclient.register_command_request_callback(
42
self._handle_command, command_filter=formant_streams
43
)
44
+
45
self._fclient.register_teleop_callback(
46
self._handle_teleop, stream_filter=formant_streams
47
0 commit comments