Skip to content

Commit 9dd836d

Browse files
author
shakuevda
committed
bag
1 parent 3d93bf5 commit 9dd836d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stingray_core_control/stingray_core_control/stingray_core_control_node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ def pressure_sensor_callback(self, msg: Float32):
322322
self.get_logger().warning(f"Error parsing depth msg: {e}")
323323

324324
def control_data_callback(self, msg: Twist):
325-
self.get_logger().info(f"control_data_callback: {msg}")
325+
# self.get_logger().info(f"control_data_callback: {msg}")
326326

327327
# impact команды — просто копируем вход
328328
self.impact_surge = float(msg.linear.x)

0 commit comments

Comments
 (0)