This commit is contained in:
acki
2025-05-29 18:29:17 -04:00
parent d4d3efd2eb
commit a55a14f27a

View File

@@ -158,7 +158,7 @@ namespace Modelec
emergency_msg.theta = 0.0;
close_enemy_pos_pub_->publish(emergency_msg);
// RCLCPP_WARN(this->get_logger(), "EMERGENCY CLOSE OBJECT DETECTED at x=%.2f y=%.2f (%.1f mm)", x_global, y_global, range_mm);
RCLCPP_WARN(this->get_logger(), "EMERGENCY CLOSE OBJECT DETECTED at x=%.2f y=%.2f (%.1f mm)", x_global, y_global, range_mm);
is_enemy_close_ = true;
}