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 7d02ae3 commit 6f2f958Copy full SHA for 6f2f958
formant_ros2_adapter/scripts/components/formant_control/formant_control.py
@@ -49,7 +49,7 @@ def setup_with_config(
49
50
def _handle_teleop(self, msg):
51
stream_name = msg.stream
52
- self._logger.debug("Teleop message received: %s" % stream_name)
+ self._logger.info("Teleop message received: %s" % stream_name)
53
if stream_name == "Buttons":
54
stream_name = msg.bitset.bits[0].key
55
self._publisher_coodinator.generic_publisher.publish(stream_name, msg)
0 commit comments