Skip to content

Commit 7d02ae3

Browse files
committed
add formant streams log
1 parent d780864 commit 7d02ae3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

formant_ros2_adapter/scripts/components/formant_control/formant_control.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,14 @@ def setup_with_config(
3434

3535
self._cleanup()
3636
formant_streams = get_all_formant_streams(config)
37+
self._logger.info(
38+
"Registering callback for Formant Streams: %s" % formant_streams
39+
)
3740
self._localization_stream = get_localization_stream(config)
3841
self._fclient.register_command_request_callback(
3942
self._handle_command, command_filter=formant_streams
4043
)
44+
4145
self._fclient.register_teleop_callback(
4246
self._handle_teleop, stream_filter=formant_streams
4347
)

0 commit comments

Comments
 (0)