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 715177c commit 2f19b19Copy full SHA for 2f19b19
formant_ros2_adapter/scripts/components/formant_control/formant_control.py
@@ -52,7 +52,7 @@ def setup_with_config(
52
def _handle_teleop(self, msg):
53
try:
54
stream_name = msg.stream
55
- self._logger.info("Teleop message received: %s" % stream_name)
+ self._logger.debug("Teleop message received: %s" % stream_name)
56
if stream_name == "Buttons":
57
stream_name = msg.bitset.bits[0].key
58
self._publisher_coodinator.generic_publisher.publish(stream_name, msg)
0 commit comments